diff options
author | tnn <tnn> | 2008-02-22 13:11:33 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-02-22 13:11:33 +0000 |
commit | 8c7ea5036cf9126556859a09a658e1cb9b879dc3 (patch) | |
tree | 94cf54a072739a94cf42a5c584e3684092222da3 /x11/gtk2 | |
parent | 88581234175564417074238aa2b924c22f1e43c3 (diff) | |
download | pkgsrc-8c7ea5036cf9126556859a09a658e1cb9b879dc3.tar.gz |
Remove no longer needed IRIX hack.
Diffstat (limited to 'x11/gtk2')
-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. # |