pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/irssi-xmpp



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Sep 19 17:17:27 UTC 2016

Modified Files:
        pkgsrc/chat/irssi-xmpp: Makefile

Log Message:
Use correct linker flags on Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/chat/irssi-xmpp/Makefile

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

Modified files:

Index: pkgsrc/chat/irssi-xmpp/Makefile
diff -u pkgsrc/chat/irssi-xmpp/Makefile:1.6 pkgsrc/chat/irssi-xmpp/Makefile:1.7
--- pkgsrc/chat/irssi-xmpp/Makefile:1.6 Sun Aug 14 21:16:04 2016
+++ pkgsrc/chat/irssi-xmpp/Makefile     Mon Sep 19 17:17:27 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/08/14 21:16:04 leot Exp $
+# $NetBSD: Makefile,v 1.7 2016/09/19 17:17:27 jperkin Exp $
 #
 
 DISTNAME=      irssi-xmpp-0.53
@@ -35,6 +35,11 @@ SUBST_FILES.configmk=        config.mk
 SUBST_SED.configmk+=   -e 's/^CFLAGS =/CFLAGS +=/'
 SUBST_SED.configmk+=   -e 's/^LDFLAGS =/LDFLAGS +=/'
 
+SUBST_CLASSES+=                osxmk
+SUBST_STAGE.osxmk=     pre-build
+SUBST_FILES.osxmk=     config.mk
+SUBST_SED.osxmk=       -e 's,-shared,-dynamiclib -undefined dynamic_lookup,'
+
 CFLAGS.SunOS+= -D__BEGIN_DECLS= -D__END_DECLS=
 
 post-extract:



Home | Main Index | Thread Index | Old Index