diff options
Diffstat (limited to 'net-mail/fdm/files/fdm-1.6-GNUmakefile.patch')
-rw-r--r-- | net-mail/fdm/files/fdm-1.6-GNUmakefile.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net-mail/fdm/files/fdm-1.6-GNUmakefile.patch b/net-mail/fdm/files/fdm-1.6-GNUmakefile.patch deleted file mode 100644 index bbb51d056de4..000000000000 --- a/net-mail/fdm/files/fdm-1.6-GNUmakefile.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- /tmp/GNUmakefile 2010-09-06 00:35:53.502999999 +0200 -+++ /var/tmp/portage/net-mail/fdm-1.6/work/fdm-1.6/GNUmakefile 2010-09-06 00:36:01.059000000 +0200 -@@ -16,7 +16,7 @@ - CC= gcc - - INCDIRS= -I$(PREFIX)/include --LDFLAGS= -L$(PREFIX)/lib -+LDFLAGS+= -L$(PREFIX)/lib - - ifeq ($(shell uname),SunOS) - YACC= yacc -@@ -89,7 +89,7 @@ - - ifdef COURIER - CFLAGS+= -DLOOKUP_COURIER --LIBS+= -lcourierauth -+LIBS+= -L/usr/lib64/courier-authlib -lcourierauth - endif - - ifdef PCRE -@@ -104,7 +104,7 @@ - all: fdm - - $(PROG): $(OBJS) -- $(CC) $(LDFLAGS) $(LIBS) -o $@ $+ -+ $(CC) $(LDFLAGS) -o $@ $+ $(LIBS) - - depend: $(SRCS) - $(CC) $(CPPFLAGS) -MM $(SRCS) > .depend |