summaryrefslogtreecommitdiff
path: root/mail/fdm/patches/patch-aa
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-01-05 13:56:46 +0000
committermef <mef@pkgsrc.org>2015-01-05 13:56:46 +0000
commit0afd419a28f50c134b942721d826a96f15844ba7 (patch)
treea694613126021cd510d513c66649beb5121bfbbd /mail/fdm/patches/patch-aa
parent81f17d7f7dd7adcd19b1df0a4f2069c8e7c9e2ff (diff)
downloadpkgsrc-0afd419a28f50c134b942721d826a96f15844ba7.tar.gz
Based on PR pkg/49537 by Leonardo Taccari,
Update 1.7 to 1.8 (pkgsrc) - Remove post-build: target in Makefile (not necessary now) (upstream) - No immediate ChangeLog, Release note found other than 1.8 is released on 2014-12-03
Diffstat (limited to 'mail/fdm/patches/patch-aa')
-rw-r--r--mail/fdm/patches/patch-aa32
1 files changed, 3 insertions, 29 deletions
diff --git a/mail/fdm/patches/patch-aa b/mail/fdm/patches/patch-aa
index c14faa51b30..131b14097c7 100644
--- a/mail/fdm/patches/patch-aa
+++ b/mail/fdm/patches/patch-aa
@@ -1,34 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2013/10/15 14:44:18 joerg Exp $
+$NetBSD: patch-aa,v 1.5 2015/01/05 13:56:46 mef Exp $
---- Makefile.orig 2009-06-26 15:58:00.000000000 +0000
+--- Makefile.orig 2014-12-02 14:17:21.000000000 +0000
+++ Makefile
-@@ -5,7 +5,7 @@
-
- VERSION= 1.7
-
--FDEBUG= 1
-+#FDEBUG= 1
-
- CC?= cc
- YACC= yacc -d
-@@ -13,15 +13,7 @@ CFLAGS+= -DBUILD="\"$(VERSION)\""
- LDFLAGS+= -L/usr/local/lib
- LIBS+= -lssl -lcrypto -ltdb -lz
-
-+CPPFLAGS+=-I.
--# This sort of sucks but gets rid of the stupid warning and should work on
--# most platforms...
--CCV!= (LC_ALL=C ${CC} -v 2>&1|awk '/gcc version 4/') || true
--.if empty(CCV)
--CPPFLAGS:= -I. -I- -I/usr/local/include ${CPPFLAGS}
--.else
--CPPFLAGS:= -iquote. -I/usr/local/include ${CPPFLAGS}
--.endif
--
- .ifdef FDEBUG
- LDFLAGS+= -Wl,-E
- CFLAGS+= -g -ggdb -DDEBUG
-@@ -76,12 +67,12 @@ regress: fdm
+@@ -68,12 +68,12 @@ regress: fdm
cd regress && ${MAKE}
install: all