diff options
author | chuck <chuck@pkgsrc.org> | 2008-11-18 18:25:50 +0000 |
---|---|---|
committer | chuck <chuck@pkgsrc.org> | 2008-11-18 18:25:50 +0000 |
commit | 8e0ab8586f1d014a3fbc8281c570b204b8e3a90e (patch) | |
tree | 3e2f2d4d6d9a6cc3a6d1f30c40fa5f1873994846 | |
parent | 94606859d892561067693772818da74098b26ff7 (diff) | |
download | pkgsrc-8e0ab8586f1d014a3fbc8281c570b204b8e3a90e.tar.gz |
re-enable c99 for Darwin in hopes that recent inline fix to glib fixes
the issue
-rw-r--r-- | x11/gtk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 84196fcf6cc..201179a9ebb 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -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_DIRS+= xdg-1.1 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 |