summaryrefslogtreecommitdiff
path: root/x11/libXext
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-06-13 22:30:41 +0000
committerjoerg <joerg@pkgsrc.org>2013-06-13 22:30:41 +0000
commit55cc654c701c569a48baf78cc09656e7a6281c26 (patch)
tree3ca9709712517d5565360906f3d54c7fe2b7b747 /x11/libXext
parent59d2ce6d9b3a58f93c1b5e7b27465d699fcc78ac (diff)
downloadpkgsrc-55cc654c701c569a48baf78cc09656e7a6281c26.tar.gz
Consistently use devel/tradcpp as preprocessor.
Diffstat (limited to 'x11/libXext')
-rw-r--r--x11/libXext/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile
index 91acbf8154e..94704852bf9 100644
--- a/x11/libXext/Makefile
+++ b/x11/libXext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2013/06/01 06:50:27 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2013/06/13 22:30:41 joerg Exp $
DISTNAME= libXext-1.3.2
CATEGORIES= x11 devel
@@ -25,12 +25,8 @@ CONFIGURE_ARGS+= --disable-malloc0returnsnull
.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mclang)
-BUILD_DEPENDS+= ucpp-[0-9]*:../../devel/ucpp
-CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/ucpp -t -c90 -Uunix"
-.elif empty(PKGSRC_COMPILER:Mgcc)
-CONFIGURE_ENV+= ac_cv_path_RAWCPP="cc -E -Uunix -"
-.endif
+BUILD_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
+CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
.include "../../meta-pkgs/modular-xorg/hacks.mk"