diff options
author | grant <grant@pkgsrc.org> | 2005-06-22 00:45:29 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-06-22 00:45:29 +0000 |
commit | b3075957be60d4c36c031f6d4fa25984088e0c84 (patch) | |
tree | e56f5c35b311929c8e24abcd661934dc581d4b30 /x11/gtk2 | |
parent | 13dbd5f99e19c0e89cd2f0f3ae19f8d57d06d33e (diff) | |
download | pkgsrc-b3075957be60d4c36c031f6d4fa25984088e0c84.tar.gz |
remove CPPFLAGS=-Xc workaround for Solaris/sunpro which is no longer
needed (and now breaks the build).
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index e07511411e1..030de25d73a 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2005/06/01 18:03:29 jlam Exp $ +# $NetBSD: Makefile,v 1.85 2005/06/22 00:45:29 grant Exp $ # DISTNAME= gtk+-2.6.7 @@ -61,14 +61,7 @@ SUBST_FILES.pthread= gdk-pixbuf/Makefile.in .include "../../mk/compiler.mk" -# work around /**/ in a macro definition in X11/Xlibint.h (GetEmptyReq) -# being expanded to a space, causing breakage in gdk/x11/gdkasync.c. -# -# turning on strict ISO C compliance uses a different macro definition -# which uses ## instead and does what it should. -.if !empty(CC_VERSION:MSun) -CPPFLAGS+= -Xc -.elif ${OPSYS} == "IRIX" && !empty(CC_VERSION:Mgcc*) +.if ${OPSYS} == "IRIX" && !empty(CC_VERSION:Mgcc*) USE_TOOLS+= gawk .endif |