pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/gummi



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec  8 11:15:17 UTC 2022

Modified Files:
        pkgsrc/editors/gummi: Makefile

Log Message:
gummi: Remove -export-dynamic on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/editors/gummi/Makefile

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

Modified files:

Index: pkgsrc/editors/gummi/Makefile
diff -u pkgsrc/editors/gummi/Makefile:1.88 pkgsrc/editors/gummi/Makefile:1.89
--- pkgsrc/editors/gummi/Makefile:1.88  Wed Nov 23 16:19:56 2022
+++ pkgsrc/editors/gummi/Makefile       Thu Dec  8 11:15:17 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2022/11/23 16:19:56 adam Exp $
+# $NetBSD: Makefile,v 1.89 2022/12/08 11:15:17 jperkin Exp $
 
 DISTNAME=              gummi-0.6.6
 PKGREVISION=           50
@@ -21,6 +21,8 @@ BUILD_DEPENDS+=               gettext-m4-[0-9]*:../..
 GNU_CONFIGURE=         YES
 USE_PKGLOCALEDIR=      yes
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-export-dynamic
+
 AUTO_MKDIRS=           yes
 
 pre-configure:



Home | Main Index | Thread Index | Old Index