summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-10-08 15:47:43 +0000
committerNick Hadaway <raker@gentoo.org>2002-10-08 15:47:43 +0000
commitdc79b911a535586ad82dfa872481f3c95c8025ce (patch)
treee9cb74176da12f3c65762f7336ba2e1f8125292c /net-mail/fetchmail
parentAdded a patch to fix the -I/usr/include issue. Cleaned up ebuild. (diff)
downloadhistorical-dc79b911a535586ad82dfa872481f3c95c8025ce.tar.gz
historical-dc79b911a535586ad82dfa872481f3c95c8025ce.tar.bz2
historical-dc79b911a535586ad82dfa872481f3c95c8025ce.zip
sorry grant! here it is :)
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r--net-mail/fetchmail/files/fetchmail-6.1.0-gentoo.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-mail/fetchmail/files/fetchmail-6.1.0-gentoo.diff b/net-mail/fetchmail/files/fetchmail-6.1.0-gentoo.diff
new file mode 100644
index 000000000000..383595de4bbb
--- /dev/null
+++ b/net-mail/fetchmail/files/fetchmail-6.1.0-gentoo.diff
@@ -0,0 +1,15 @@
+diff -urN fetchmail-6.1.0/Makefile fetchmail-6.1.0-modified/Makefile
+--- fetchmail-6.1.0/Makefile 2002-10-08 10:35:26.000000000 -0500
++++ fetchmail-6.1.0-modified/Makefile 2002-10-08 10:36:06.000000000 -0500
+@@ -23,9 +23,9 @@
+ # YACC = yacc
+ YACCFLAGS = -d # -t
+
+-CEFLAGS = -I/usr/include -I/usr/include/openssl -DHESIOD -I/usr/include
++CEFLAGS = -I/usr/include/openssl -DHESIOD
+ CPFLAGS =
+-LDEFLAGS = -L/usr/lib -L/usr/lib
++LDEFLAGS = -L/usr/lib
+
+ # for gettext (used by fetchmail.c, NOT by GNU gettext)
+ localedir = $(datadir)/locale