Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/xsd Resolve conflict with C++17 <version>



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32a6d73e6432
branches:  trunk
changeset: 429404:32a6d73e6432
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Apr 20 00:32:28 2020 +0000

description:
Resolve conflict with C++17 <version>

diffstat:

 devel/xsd/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r fa41657d4bf6 -r 32a6d73e6432 devel/xsd/Makefile
--- a/devel/xsd/Makefile        Mon Apr 20 00:32:04 2020 +0000
+++ b/devel/xsd/Makefile        Mon Apr 20 00:32:28 2020 +0000
@@ -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_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