diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-22 13:11:33 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-22 13:11:33 +0000 |
commit | fd17904c9b8e594826d5eed79a2c093bf4e728e3 (patch) | |
tree | 94cf54a072739a94cf42a5c584e3684092222da3 /x11 | |
parent | 1da064ec5ad7e8e0b53746e3489208d4a3d95221 (diff) | |
download | pkgsrc-fd17904c9b8e594826d5eed79a2c093bf4e728e3.tar.gz |
Remove no longer needed IRIX hack.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 98276310a5e..37b40e3038d 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.156 2008/02/13 19:45:41 drochner Exp $ +# $NetBSD: Makefile,v 1.157 2008/02/22 13:11:33 tnn Exp $ DISTNAME= gtk+-2.12.8 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -60,12 +60,6 @@ SUBST_FILES.pthread= gdk-pixbuf/Makefile.in .include "options.mk" -.include "../../mk/compiler.mk" - -.if ${OPSYS} == "IRIX" && !empty(CC_VERSION:Mgcc*) -USE_TOOLS+= gawk -.endif - # We remove the module databases during post-install since we create them # anew in the +INSTALL script as part of the POST-INSTALL action. # |