diff options
author | grant <grant> | 2005-06-22 00:45:29 +0000 |
---|---|---|
committer | grant <grant> | 2005-06-22 00:45:29 +0000 |
commit | 64d7f853aefb1d2b86ee85d4fc2157eac38f769c (patch) | |
tree | e56f5c35b311929c8e24abcd661934dc581d4b30 /x11/gtk2 | |
parent | f12c1f740e3be76f8c2f3456030767a60c845254 (diff) | |
download | pkgsrc-64d7f853aefb1d2b86ee85d4fc2157eac38f769c.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 |