summaryrefslogtreecommitdiff
path: root/archivers/arj/Makefile
diff options
context:
space:
mode:
authoragc <agc>2004-07-13 14:12:03 +0000
committeragc <agc>2004-07-13 14:12:03 +0000
commitf78e54a78946a83fdcb5b8f30c048f3c2999f73c (patch)
tree4a8141b6b78a0ad26cbba143a26d46df0f2eca81 /archivers/arj/Makefile
parent03a0f780bee351c28d27a1b6a55480c0c36b5725 (diff)
downloadpkgsrc-f78e54a78946a83fdcb5b8f30c048f3c2999f73c.tar.gz
Pullup ticket 53 to the pkgsrc-2004Q2 branch, requested by Lubomir Sedlacik.
Fix Solaris build. Module Name: pkgsrc Committed By: salo Date: Sat Jul 10 17:39:50 UTC 2004 Modified Files: pkgsrc/archivers/arj: Makefile distinfo pkgsrc/archivers/arj/patches: patch-ab Log Message: Use GNU ld specific script only when GNU ld is used. Fixes build on Solaris with native linker.
Diffstat (limited to 'archivers/arj/Makefile')
-rw-r--r--archivers/arj/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile
index cd22d89b96a..c8e9760be9a 100644
--- a/archivers/arj/Makefile
+++ b/archivers/arj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/04/27 17:16:28 tv Exp $
+# $NetBSD: Makefile,v 1.9.2.1 2004/07/13 14:12:03 agc Exp $
# FreeBSD Id: ports/archivers/arj/Makefile,v 1.2 2002/09/17 05:17:29 ijliao Exp
DISTNAME= arj-3.10.20
@@ -18,6 +18,7 @@ GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ${WRKSRC}/gnu/configure
MAKEFILE= makefile.gnu
MAKE_FLAGS+= INSTALL_DIR=${INSTALL_PROGRAM_DIR:Q}
+CONFIGURE_ENV+= LD=${LD:Q}
INSTALL_UNSTRIPPED= yes # $LOCALBASE/bin/arj must have symbol table
ARJ_DOCSDIR= ${PREFIX}/share/doc/arj