pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/xsd
Module Name: pkgsrc
Committed By: joerg
Date: Mon Apr 20 00:32:28 UTC 2020
Modified Files:
pkgsrc/devel/xsd: Makefile
Log Message:
Resolve conflict with C++17 <version>
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/xsd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/xsd/Makefile
diff -u pkgsrc/devel/xsd/Makefile:1.35 pkgsrc/devel/xsd/Makefile:1.36
--- pkgsrc/devel/xsd/Makefile:1.35 Sun Jan 12 20:20:12 2020
+++ pkgsrc/devel/xsd/Makefile Mon Apr 20 00:32:28 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index