diff options
author | joerg <joerg> | 2009-09-03 12:35:32 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-09-03 12:35:32 +0000 |
commit | b188dce486f72f8f34f21f8a8a79e30449793869 (patch) | |
tree | 6727dcc8e65e982021d244548dc8467b656b1540 /security/rsaref/patches | |
parent | bafb3a5caba47cdc47ac3c9d3bdef0c232ed92e4 (diff) | |
download | pkgsrc-b188dce486f72f8f34f21f8a8a79e30449793869.tar.gz |
DESTDIR support, don't depend on libtool mode detection.
Diffstat (limited to 'security/rsaref/patches')
-rw-r--r-- | security/rsaref/patches/patch-ag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/rsaref/patches/patch-ag b/security/rsaref/patches/patch-ag index 7e80c917fa0..53e6d0a0097 100644 --- a/security/rsaref/patches/patch-ag +++ b/security/rsaref/patches/patch-ag @@ -1,4 +1,4 @@ -$NetBSD: patch-ag,v 1.7 2004/02/04 19:02:43 fredb Exp $ +$NetBSD: patch-ag,v 1.8 2009/09/03 12:35:32 joerg Exp $ --- unix/makefile.orig 1994-03-25 13:01:31.000000000 -0600 +++ unix/makefile @@ -8,7 +8,7 @@ $NetBSD: patch-ag,v 1.7 2004/02/04 19:02:43 fredb Exp $ # commands -CC = cc -LIB = ar -+CC := ${LIBTOOL} ${CC} ++CC := ${LIBTOOL} --mode=compile ${CC} # name of temporary library script TEMPFILE = $(TEMP)/temp.mak |