diff options
author | joerg <joerg@pkgsrc.org> | 2013-06-13 22:30:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-06-13 22:30:41 +0000 |
commit | 55cc654c701c569a48baf78cc09656e7a6281c26 (patch) | |
tree | 3ca9709712517d5565360906f3d54c7fe2b7b747 /x11/libXt | |
parent | 59d2ce6d9b3a58f93c1b5e7b27465d699fcc78ac (diff) | |
download | pkgsrc-55cc654c701c569a48baf78cc09656e7a6281c26.tar.gz |
Consistently use devel/tradcpp as preprocessor.
Diffstat (limited to 'x11/libXt')
-rw-r--r-- | x11/libXt/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11/libXt/Makefile b/x11/libXt/Makefile index fc3b5cf731c..44d58ac6968 100644 --- a/x11/libXt/Makefile +++ b/x11/libXt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2013/05/31 08:27:17 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2013/06/13 22:30:41 joerg Exp $ DISTNAME= libXt-1.1.4 CATEGORIES= x11 devel @@ -34,12 +34,8 @@ CPPFLAGS.OSF1+= -pthread # Required by compiler if including pthread.h .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 "../../x11/libSM/buildlink3.mk" .include "../../x11/libICE/buildlink3.mk" |