pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/irssi-xmpp Fix Darwin subst.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf8207b2403e
branches:  trunk
changeset: 353015:bf8207b2403e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Sep 21 20:58:14 2016 +0000

description:
Fix Darwin subst.

diffstat:

 chat/irssi-xmpp/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 44ae32d0a64c -r bf8207b2403e chat/irssi-xmpp/Makefile
--- a/chat/irssi-xmpp/Makefile  Wed Sep 21 20:54:18 2016 +0000
+++ b/chat/irssi-xmpp/Makefile  Wed Sep 21 20:58:14 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/09/21 20:53:57 maya Exp $
+# $NetBSD: Makefile,v 1.10 2016/09/21 20:58:14 jperkin Exp $
 #
 
 DISTNAME=      irssi-xmpp-0.53
@@ -36,10 +36,10 @@
 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,'
+SUBST_CLASSES.Darwin+= 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=
 



Home | Main Index | Thread Index | Old Index