aboutsummaryrefslogtreecommitdiffstats
path: root/security/pvk/files
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2007-06-05 04:46:04 +0800
committersobomax <sobomax@FreeBSD.org>2007-06-05 04:46:04 +0800
commit891bd6fb14ce427713018aed22253682079819da (patch)
tree0463737146ec0714b811354f6dbcddf1503b7a61 /security/pvk/files
parentb0a01becc54b84bff68cf984a780f0548dde4708 (diff)
downloadfreebsd-ports-gnome-891bd6fb14ce427713018aed22253682079819da.tar.gz
freebsd-ports-gnome-891bd6fb14ce427713018aed22253682079819da.tar.zst
freebsd-ports-gnome-891bd6fb14ce427713018aed22253682079819da.zip
Re-add pvk under proper name.
Diffstat (limited to 'security/pvk/files')
-rw-r--r--security/pvk/files/patch-Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/pvk/files/patch-Makefile b/security/pvk/files/patch-Makefile
new file mode 100644
index 000000000000..0d257caf4784
--- /dev/null
+++ b/security/pvk/files/patch-Makefile
@@ -0,0 +1,23 @@
+
+$FreeBSD$
+
+--- Makefile.orig
++++ Makefile
+@@ -4,7 +4,7 @@
+ SSLINC=/usr/local/ssl/include
+ SSLLIB=/usr/local/ssl/lib
+
+-CFLAGS=-Wall -I$(SSLINC)
++CFLAGS+=-Wall
+
+ all: pvk
+
+@@ -13,7 +13,7 @@
+ $(OBJS): pvk.h
+
+ pvk: $(OBJS) pvk.o pvk.h
+- $(CC) $(CFLAGS) -o pvk pvk.o $(OBJS) -L$(SSLLIB) -lcrypto
++ $(CC) $(CFLAGS) -o pvk pvk.o $(OBJS) -lcrypto
+
+ errors:
+ perl $(TOP)/util/mkerr.pl -nostatic -conf pvk.ec -write *.c