aboutsummaryrefslogtreecommitdiffstats
path: root/security/pgpdump
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-05-25 19:49:35 +0800
committerkris <kris@FreeBSD.org>2001-05-25 19:49:35 +0800
commit3cd2d276df89bbb0fe945ef7fb70fdc2179e8f57 (patch)
tree6b2eaad84e7619e313b172bcf21bb61b71ecc588 /security/pgpdump
parente82735f832001c1f5397fcf6bb17642068ea54a6 (diff)
downloadfreebsd-ports-gnome-3cd2d276df89bbb0fe945ef7fb70fdc2179e8f57.tar.gz
freebsd-ports-gnome-3cd2d276df89bbb0fe945ef7fb70fdc2179e8f57.tar.zst
freebsd-ports-gnome-3cd2d276df89bbb0fe945ef7fb70fdc2179e8f57.zip
Respect CFLAGS
Diffstat (limited to 'security/pgpdump')
-rw-r--r--security/pgpdump/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pgpdump/files/patch-aa b/security/pgpdump/files/patch-aa
new file mode 100644
index 000000000000..fb8a69ef2976
--- /dev/null
+++ b/security/pgpdump/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Tue Apr 3 05:41:44 2001
++++ Makefile.in Fri May 25 04:47:52 2001
+@@ -4,7 +4,7 @@
+ mandir = @mandir@/man1
+ LIBS = @LIBS@
+
+-CFLAGS = -O -Wall
++CFLAGS += -Wall
+ RM = rm -f
+ INSTALL = install -c -m
+