pkgsrc-WIP-changes archive

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

*: fix incorrect BUILDLINK_FNAME_TRANSFORM



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Nov 17 12:09:56 2019 +0100
Changeset:	f56afe7520fb08b3729c69f27e5e5063631711b7

Modified Files:
	py-symbolic/Makefile
	scite/Makefile

Log Message:
*: fix incorrect BUILDLINK_FNAME_TRANSFORM

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f56afe7520fb08b3729c69f27e5e5063631711b7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-symbolic/Makefile | 3 +--
 scite/Makefile       | 9 ++-------
 2 files changed, 3 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-symbolic/Makefile b/py-symbolic/Makefile
index aefe3d35e7..92114a7836 100644
--- a/py-symbolic/Makefile
+++ b/py-symbolic/Makefile
@@ -61,8 +61,7 @@ CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=	-DCMAKE_C_COMPILER=${CC:Q}
 CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=${CXX:Q}
 
-BUILDLINK_FNAME_TRANSFORM.NetBSD+=	rm:-Wl,--enable-new-dtags
-
+BUILDLINK_TRANSFORM.NetBSD+=	rm:-Wl,--enable-new-dtags
 
 .if ${OPSYS} == "FreeBSD"
 MAKE_ENV+=		OPENSSL_DIR=${SSLBASE}
diff --git a/scite/Makefile b/scite/Makefile
index ab39becce3..2794943972 100644
--- a/scite/Makefile
+++ b/scite/Makefile
@@ -1,5 +1,5 @@
 # $NetBSD: Makefile,v 1.25 2016/02/25 08:27:03 jperkin Exp $
-#
+
 DISTNAME=	scite375
 PKGNAME=	scite-3.7.5
 CATEGORIES=	editors
@@ -18,12 +18,7 @@ USE_TOOLS+=		gmake pkg-config
 MAKE_FILE=		makefile
 INSTALLATION_DIRS=	share/applications share/pixmaps
 
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-BUILDLINK_TRANSFORM+=	rm:-Wl,--version-script=lua.vers
-#BUILDLINK_FNAME_TRANSFORM.SunOS+=	rm:-Wl,--version-script=lua.vers
-.endif
+BUILDLINK_TRANSFORM.SunOS+=	rm:-Wl,--version-script=lua.vers
 
 post-extract:
 	${RM} -r ${WRKDIR}/scintilla


Home | Main Index | Thread Index | Old Index