pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gettext-lib add -DSTATIC=static to the Darwin-sp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70cdabba428d
branches:  trunk
changeset: 461977:70cdabba428d
user:      danw <danw%pkgsrc.org@localhost>
date:      Thu Sep 25 03:00:57 2003 +0000

description:
add -DSTATIC=static to the Darwin-specific defines so that libintl
doesn't completely gratuitously export a symbol that conflicts with
libiconv

diffstat:

 devel/gettext-lib/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 4f2f2b419b2a -r 70cdabba428d devel/gettext-lib/Makefile
--- a/devel/gettext-lib/Makefile        Thu Sep 25 02:56:01 2003 +0000
+++ b/devel/gettext-lib/Makefile        Thu Sep 25 03:00:57 2003 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.25 2003/07/21 16:43:22 martti Exp $
+# $NetBSD: Makefile,v 1.26 2003/09/25 03:00:57 danw Exp $
 # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
 #
 
 DISTNAME=              gettext-0.11.5
 PKGNAME=               gettext-lib-0.11.5
 SVR4_PKGNAME=          gttli
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GNU:=gettext/}
 
@@ -34,7 +34,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Darwin"
-CPPFLAGS+=             -D_INTL_REDIRECT_MACROS=1
+CPPFLAGS+=             -D_INTL_REDIRECT_MACROS=1 -DSTATIC=static
 .endif
 
 .include "../../converters/libiconv/buildlink2.mk"



Home | Main Index | Thread Index | Old Index