pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11 Invoke the C preprocessor in a portable manner on ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/015e7d50c50e
branches: trunk
changeset: 565458:015e7d50c50e
user: tnn <tnn%pkgsrc.org@localhost>
date: Tue Sep 22 19:34:05 2009 +0000
description:
Invoke the C preprocessor in a portable manner on all non-GCC compilers.
This is PR pkg/39879.
diffstat:
x11/libX11/Makefile | 4 ++--
x11/libXext/Makefile | 4 ++--
x11/libXt/Makefile | 4 ++--
x11/xinit/Makefile | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diffs (72 lines):
diff -r 5450576f1230 -r 015e7d50c50e x11/libX11/Makefile
--- a/x11/libX11/Makefile Tue Sep 22 19:30:33 2009 +0000
+++ b/x11/libX11/Makefile Tue Sep 22 19:34:05 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2009/07/18 10:20:51 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2009/09/22 19:34:05 tnn Exp $
#
DISTNAME= libX11-1.2.2
@@ -36,7 +36,7 @@
CPPFLAGS.OSF1+= -pthread # Required by compiler if including pthread.h
.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mhp)
+.if empty(PKGSRC_COMPILER:Mgcc)
CONFIGURE_ENV+= ac_cv_path_RAWCPP="cc -E -Uunix -"
.endif
diff -r 5450576f1230 -r 015e7d50c50e x11/libXext/Makefile
--- a/x11/libXext/Makefile Tue Sep 22 19:30:33 2009 +0000
+++ b/x11/libXext/Makefile Tue Sep 22 19:34:05 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/02/27 16:00:01 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2009/09/22 19:34:05 tnn Exp $
#
DISTNAME= libXext-1.0.5
@@ -27,7 +27,7 @@
.endif
.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mhp)
+.if empty(PKGSRC_COMPILER:Mgcc)
CONFIGURE_ENV+= ac_cv_path_RAWCPP="cc -E -Uunix -"
.endif
diff -r 5450576f1230 -r 015e7d50c50e x11/libXt/Makefile
--- a/x11/libXt/Makefile Tue Sep 22 19:30:33 2009 +0000
+++ b/x11/libXt/Makefile Tue Sep 22 19:34:05 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/07/18 10:28:47 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2009/09/22 19:34:05 tnn Exp $
#
DISTNAME= libXt-1.0.6
@@ -34,7 +34,7 @@
CPPFLAGS.OSF1+= -pthread # Required by compiler if including pthread.h
.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mhp)
+.if empty(PKGSRC_COMPILER:Mgcc)
CONFIGURE_ENV+= ac_cv_path_RAWCPP="cc -E -Uunix -"
.endif
diff -r 5450576f1230 -r 015e7d50c50e x11/xinit/Makefile
--- a/x11/xinit/Makefile Tue Sep 22 19:30:33 2009 +0000
+++ b/x11/xinit/Makefile Tue Sep 22 19:34:05 2009 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index