pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/glurp



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec  8 10:38:12 UTC 2022

Modified Files:
        pkgsrc/audio/glurp: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/audio/glurp/Makefile

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

Modified files:

Index: pkgsrc/audio/glurp/Makefile
diff -u pkgsrc/audio/glurp/Makefile:1.57 pkgsrc/audio/glurp/Makefile:1.58
--- pkgsrc/audio/glurp/Makefile:1.57    Wed Nov 23 16:19:17 2022
+++ pkgsrc/audio/glurp/Makefile Thu Dec  8 10:38:12 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2022/11/23 16:19:17 adam Exp $
+# $NetBSD: Makefile,v 1.58 2022/12/08 10:38:12 jperkin Exp $
 #
 
 DISTNAME=      glurp-0.12.3
@@ -14,6 +14,8 @@ LICENSE=      gnu-gpl-v2
 GNU_CONFIGURE= yes
 USE_TOOLS+=    intltool pkg-config
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-export-dynamic
+
 LIBS.SunOS+=   -lsocket -lnsl
 
 .include "../../audio/libmpd/buildlink3.mk"



Home | Main Index | Thread Index | Old Index