summaryrefslogtreecommitdiff
path: root/security/pgpdump
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-05-25 11:49:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-05-25 11:49:35 +0000
commit3ea6bb84f225dd2f779ce12d1091d4287fc034ff (patch)
tree144d23cc06326a893209b177dce0771b83ee5de1 /security/pgpdump
parentUpdate port to version 2.0.11. (diff)
Respect CFLAGS
Notes
Notes: svn path=/head/; revision=43044
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
+