summaryrefslogtreecommitdiff
path: root/security/ssleay
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-10-01 21:09:39 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-10-01 21:09:39 +0000
commitf99f18170bad1a9ec09492182398fc8a7b6a123e (patch)
tree72414a756914dc60e88bb30fc819405dcbf31c5c /security/ssleay
parentf3e1e655fb1abc27feea32455b86ea0912f2a877 (diff)
downloadpkgsrc-f99f18170bad1a9ec09492182398fc8a7b6a123e.tar.gz
Don't hardcode /usr/pkg, use ${PREFIX}, closes pr 6190 by Chris Yokum.
Diffstat (limited to 'security/ssleay')
-rw-r--r--security/ssleay/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssleay/patches/patch-ab b/security/ssleay/patches/patch-ab
index 6bd29858361..005234bcc2c 100644
--- a/security/ssleay/patches/patch-ab
+++ b/security/ssleay/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.4 1998/09/30 20:08:22 cjs Exp $
+$NetBSD: patch-ab,v 1.5 1998/10/01 21:09:39 frueauf Exp $
--- Makefile.ssl.orig Fri Jun 26 01:25:25 1998
+++ Makefile.ssl Wed Sep 16 14:33:49 1998
@@ -62,7 +62,7 @@
@@ -6,7 +6,7 @@ $NetBSD: patch-ab,v 1.4 1998/09/30 20:08:22 cjs Exp $
#CFLAG= -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -Wuninitialized -DMD5_ASM -DSHA1_ASM -DRMD160_ASM
CFLAG= -O -DNOPROTO
-PEX_LIBS= -L. -L.. -L../.. -L../../..
-+PEX_LIBS= -L. -L.. -L../.. -L../../.. -L/usr/pkg/lib
++PEX_LIBS= -L. -L.. -L../.. -L../../.. -L${PREFIX}/lib
EX_LIBS=
AR=ar r