pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/kio-extras



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec 13 10:48:56 UTC 2022

Modified Files:
        pkgsrc/devel/kio-extras: Makefile

Log Message:
kio-extras: Remove --as-needed on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/kio-extras/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/kio-extras/Makefile
diff -u pkgsrc/devel/kio-extras/Makefile:1.22 pkgsrc/devel/kio-extras/Makefile:1.23
--- pkgsrc/devel/kio-extras/Makefile:1.22       Wed Nov 23 16:19:50 2022
+++ pkgsrc/devel/kio-extras/Makefile    Tue Dec 13 10:48:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2022/11/23 16:19:50 adam Exp $
+# $NetBSD: Makefile,v 1.23 2022/12/13 10:48:56 jperkin Exp $
 
 DISTNAME=      kio-extras-${KAPPSVER}
 PKGREVISION=   2
@@ -28,6 +28,8 @@ SUBST_FILES.fix-moc=  _KDE_build/*/CMakeF
 SUBST_NOOP_OK.fix-moc= yes
 SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--as-needed
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "SunOS"



Home | Main Index | Thread Index | Old Index