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
commitc2b86ee978c05fa900beffed46c62ad928ed403a (patch)
tree7e977189820aa5a8ef0dcde8b8a9842c39437a96 /net-mail/fetchmail/files
parentAdded a patch to fix the -I/usr/include issue. Cleaned up ebuild. (diff)
downloadgentoo-2-c2b86ee978c05fa900beffed46c62ad928ed403a.tar.gz
gentoo-2-c2b86ee978c05fa900beffed46c62ad928ed403a.tar.bz2
gentoo-2-c2b86ee978c05fa900beffed46c62ad928ed403a.zip
sorry grant! here it is :)
Diffstat (limited to 'net-mail/fetchmail/files')
-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