View previous topic :: View next topic |
Author |
Message |
cewatts n00b
Joined: 08 Jun 2002 Posts: 2
|
Posted: Sat Jun 08, 2002 3:10 pm Post subject: patch to .ebuild to enable PASSFILE |
|
|
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 |
|
|
|
|
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
|
|