pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/vte Disable _XOPEN_SOURCE_EXTENDED when using Free...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d1c5eb7a9930
branches: trunk
changeset: 473022:d1c5eb7a9930
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Apr 15 11:32:50 2004 +0000
description:
Disable _XOPEN_SOURCE_EXTENDED when using FreeBSD, ok'ed by jmmv@.
diffstat:
x11/vte/Makefile | 8 +++++++-
x11/vte/distinfo | 3 ++-
x11/vte/patches/patch-ae | 13 +++++++++++++
3 files changed, 22 insertions(+), 2 deletions(-)
diffs (53 lines):
diff -r 29319d14b9e3 -r d1c5eb7a9930 x11/vte/Makefile
--- a/x11/vte/Makefile Thu Apr 15 11:27:45 2004 +0000
+++ b/x11/vte/Makefile Thu Apr 15 11:32:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/04/14 16:15:30 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2004/04/15 11:32:50 xtraeme Exp $
#
DISTNAME= vte-0.11.10
@@ -27,6 +27,12 @@
PKGCONFIG_OVERRIDE+= vte.pc.in
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "FreeBSD"
+CPPFLAGS+= -D_XOPEN_SOURCE_EXTENDED=1
+.endif
+
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libzvt/buildlink3.mk"
diff -r 29319d14b9e3 -r d1c5eb7a9930 x11/vte/distinfo
--- a/x11/vte/distinfo Thu Apr 15 11:27:45 2004 +0000
+++ b/x11/vte/distinfo Thu Apr 15 11:32:50 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/12/18 09:08:44 cube Exp $
+$NetBSD: distinfo,v 1.3 2004/04/15 11:32:50 xtraeme Exp $
SHA1 (vte-0.11.10.tar.bz2) = 10fb64a786e925b45aa7c919595212d56441dd23
Size (vte-0.11.10.tar.bz2) = 855466 bytes
@@ -6,3 +6,4 @@
SHA1 (patch-ab) = 8c9c3189b53a87aa198fcb8b11f43a9aa5255eaf
SHA1 (patch-ac) = 3b357bf9d1bca93c24f5b09dae1adec82323be0d
SHA1 (patch-ad) = 6afc6ed139346d5e7effeb07c0f3e84c3e772d77
+SHA1 (patch-ae) = 4cafe1b6236a0c0339ae500ce28c96c58c60572c
diff -r 29319d14b9e3 -r d1c5eb7a9930 x11/vte/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/vte/patches/patch-ae Thu Apr 15 11:32:50 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2004/04/15 11:32:50 xtraeme Exp $
+
+--- configure.orig Thu Apr 15 13:18:01 2004
++++ configure Thu Apr 15 13:18:55 2004
+@@ -23733,7 +23733,7 @@
+
+
+ cat >>confdefs.h <<\_ACEOF
+-#define _XOPEN_SOURCE_EXTENDED 1
++#undef _XOPEN_SOURCE_EXTENDED
+ _ACEOF
+
+
Home |
Main Index |
Thread Index |
Old Index