Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
patch to .ebuild to enable PASSFILE
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
cewatts
n00b
n00b


Joined: 08 Jun 2002
Posts: 2

PostPosted: Sat Jun 08, 2002 3:10 pm    Post subject: patch to .ebuild to enable PASSFILE Reply with quote

Here's a patch to the pine .ebuild to enable PASSFILE support.

*** pine-4.44-r4.ebuild Sat Jun 8 09:12:47 2002
--- /tmp/pine-4.44-r4.ebuild.WORKS Sat Jun 8 08:53:56 2002
***************
*** 42,47 ****
--- 42,52 ----
cd ${S}/pico
cp makefile.lnx makefile.orig
sed -e "s:-g -DDEBUG:${CFLAGS}:" makefile.orig > makefile.lnx
+
+ cd ${S}/pine/osdep
+ cp os-lnx.h os-lnx.h.orig
+ sed '/USE_QUOTAS/{x;s/^/#define PASSFILE ".pine.pwd"/;x;G;}' os-lnx.h.orig > os-lnx.h
+
}

src_compile() {
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum