pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk re-enable c99 for Darwin in hopes that recent ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45c372cb8750
branches:  trunk
changeset: 550311:45c372cb8750
user:      chuck <chuck%pkgsrc.org@localhost>
date:      Tue Nov 18 18:25:50 2008 +0000

description:
re-enable c99 for Darwin in hopes that recent inline fix to glib fixes
the issue

diffstat:

 x11/gtk/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 89976911cff8 -r 45c372cb8750 x11/gtk/Makefile
--- a/x11/gtk/Makefile  Tue Nov 18 18:05:29 2008 +0000
+++ b/x11/gtk/Makefile  Tue Nov 18 18:25:50 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.123 2008/11/14 02:47:10 chuck Exp $
+# $NetBSD: Makefile,v 1.124 2008/11/18 18:25:50 chuck Exp $
 
 DISTNAME=              gtk+-1.2.10
 PKGREVISION=           9
@@ -19,9 +19,7 @@
 USE_X11BASE=           yes
 USE_TOOLS+=            gmake msgfmt perl
 USE_PKGLOCALEDIR=      yes
-.if ${OPSYS} != "Darwin"
 USE_LANGUAGES+=                c99
-.endif
 USE_LIBTOOL=           yes
 PKGCONFIG_OVERRIDE=    gdk.pc.in
 PKGCONFIG_OVERRIDE+=   gtk+.pc.in



Home | Main Index | Thread Index | Old Index