summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-07-08 18:09:25 +0000
committerhasso <hasso@pkgsrc.org>2009-07-08 18:09:25 +0000
commit16e49b35f827c4f00c2988e86fe54b1d07cd2ce6 (patch)
tree0cffa182ad8f927a68b26ad908b3764e8419293d /devel
parent33813773bfa9624764a64459d1745c5cae190258 (diff)
downloadpkgsrc-16e49b35f827c4f00c2988e86fe54b1d07cd2ce6.tar.gz
Make it build on NetBSD. Reported by joerg@.
Diffstat (limited to 'devel')
-rw-r--r--devel/xsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xsd/Makefile b/devel/xsd/Makefile
index 57c22554838..eeb8b630a26 100644
--- a/devel/xsd/Makefile
+++ b/devel/xsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/06/08 19:26:29 hasso Exp $
+# $NetBSD: Makefile,v 1.4 2009/07/08 18:09:25 hasso Exp $
DISTNAME= xsd-3.2.0+dep
EXTRACT_SUFX= .tar.bz2
@@ -31,7 +31,7 @@ SUBST_SED.rpath= -e 's|cxx_rpath[ ]*:=[ ]*n|cxx_rpath := y|g'
do-build:
# XXX: rapth needs a better hack. TODO: add optimization
- cd ${WRKSRC} && LDFLAGS="-rpath ${PREFIX}/lib" ./build.sh
+ cd ${WRKSRC} && LDFLAGS="-Wl,-rpath ${PREFIX}/lib" ./build.sh
do-install:
cd ${WRKSRC} && MAKEFLAGS="install_prefix=${DESTDIR}${PREFIX} \