summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-04-20 00:32:28 +0000
committerjoerg <joerg@pkgsrc.org>2020-04-20 00:32:28 +0000
commit20c62f886cc0f384c9ab52be6b9df28c13a2eec8 (patch)
tree44e02437e9378e8d76ba4b58eba86496ec725cfe /devel
parent2082c49080e0bfa249dadf4cf3c365cc9a451a4d (diff)
downloadpkgsrc-20c62f886cc0f384c9ab52be6b9df28c13a2eec8.tar.gz
Resolve conflict with C++17 <version>
Diffstat (limited to 'devel')
-rw-r--r--devel/xsd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/xsd/Makefile b/devel/xsd/Makefile
index 0d0e58eacdc..fb03c191634 100644
--- a/devel/xsd/Makefile
+++ b/devel/xsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/01/12 20:20:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.36 2020/04/20 00:32:28 joerg Exp $
DISTNAME= xsd-3.2.0+dep
EXTRACT_SUFX= .tar.bz2
@@ -20,6 +20,9 @@ SUBST_STAGE.rpath= post-configure
SUBST_FILES.rpath= */*/*/configuration-dynamic.make
SUBST_SED.rpath= -e 's|cxx_rpath[ ]*:=[ ]*n|cxx_rpath := y|g'
+post-extract:
+ ${RM} ${WRKSRC}/version
+
do-build:
# XXX: rpath needs a better hack. TODO: add optimization
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} LDFLAGS="-Wl,-rpath,${PREFIX}/lib" ./build.sh