summaryrefslogtreecommitdiff
path: root/x11/xinit
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-09-22 19:34:05 +0000
committertnn <tnn@pkgsrc.org>2009-09-22 19:34:05 +0000
commit6f481597bab89970703ce3bec317b1f5003b4979 (patch)
tree8ba4f171e06723a9d6e9fc45b9000d7dd651d62c /x11/xinit
parent9d1e56aa0efee39e12aeb12a8a4df27a797ff5f6 (diff)
downloadpkgsrc-6f481597bab89970703ce3bec317b1f5003b4979.tar.gz
Invoke the C preprocessor in a portable manner on all non-GCC compilers.
This is PR pkg/39879.
Diffstat (limited to 'x11/xinit')
-rw-r--r--x11/xinit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile
index 899d4264046..7f99bff4cdb 100644
--- a/x11/xinit/Makefile
+++ b/x11/xinit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/01/07 10:57:58 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2009/09/22 19:34:06 tnn Exp $
#
DISTNAME= xinit-1.1.1
@@ -17,7 +17,7 @@ CONFIGURE_ARGS+= --with-xinit=${PREFIX}/bin/xinit
USE_TOOLS+= pkg-config xauth:run
.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mhp)
+.if empty(PKGSRC_COMPILER:Mgcc)
CONFIGURE_ENV+= ac_cv_path_RAWCPP="cc -E -Uunix -"
.endif