pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/gummi gummi: Remove -export-dynamic on SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8d73e821b59
branches:  trunk
changeset: 389705:e8d73e821b59
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Dec 08 11:15:17 2022 +0000

description:
gummi: Remove -export-dynamic on SunOS.

diffstat:

 editors/gummi/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5feca378597c -r e8d73e821b59 editors/gummi/Makefile
--- a/editors/gummi/Makefile    Thu Dec 08 11:01:01 2022 +0000
+++ b/editors/gummi/Makefile    Thu Dec 08 11:15:17 2022 +0000
@@ -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 @@
 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