diff options
author | adam <adam> | 2005-03-22 14:00:25 +0000 |
---|---|---|
committer | adam <adam> | 2005-03-22 14:00:25 +0000 |
commit | 43827af347095dd237f57ac0cb2dde652bc11cb4 (patch) | |
tree | 5dc2cc486e34aa8612d35e3478964aef0b371c78 /x11/xorg-libs | |
parent | e18b76fcb6fc7ff1941d10f31cea5dc73954a747 (diff) | |
download | pkgsrc-43827af347095dd237f57ac0cb2dde652bc11cb4.tar.gz |
Do not insert #pragma with Darwin's cpp any more
Diffstat (limited to 'x11/xorg-libs')
-rw-r--r-- | x11/xorg-libs/distinfo | 4 | ||||
-rw-r--r-- | x11/xorg-libs/patches/patch-af | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/xorg-libs/distinfo b/x11/xorg-libs/distinfo index f6001ea555d..3c721c5639b 100644 --- a/x11/xorg-libs/distinfo +++ b/x11/xorg-libs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2005/03/22 09:48:48 adam Exp $ +$NetBSD: distinfo,v 1.16 2005/03/22 14:00:25 adam Exp $ SHA1 (X11R6.8.2-src1.tar.gz) = 23c60680274062a1db17f646a8388149309dc45c RMD160 (X11R6.8.2-src1.tar.gz) = bb170d7a11416c3d9bd1d23d461ba4cea9b1b2c8 @@ -13,7 +13,7 @@ SHA1 (patch-aa) = 009b7a2679ae98ebd7071e4fa6169c3401273ca1 SHA1 (patch-ac) = 444f724a62ec435cc804c4f91e310893583e205a SHA1 (patch-ad) = 7843332769ee47bc8a52a9adb1047b1a637af71b SHA1 (patch-ae) = a06752ee9f55e64a407fac6fbde3547fd096c71d -SHA1 (patch-af) = 58594b376a62a584c0bc7f056e512fe8700d558e +SHA1 (patch-af) = ce9717e7122cb71e3ce42d528c22b49871470ed7 SHA1 (patch-ag) = 178d556fa11818420cd685308cf179ee5f6f7dac SHA1 (patch-ah) = 4545d9fd50c2a7b6f5a04da330784eaf9a5373ad SHA1 (patch-ai) = 841c2e76c3934b9da967aaed1876b78d3fc0465e diff --git a/x11/xorg-libs/patches/patch-af b/x11/xorg-libs/patches/patch-af index 5318367bd17..7819b887607 100644 --- a/x11/xorg-libs/patches/patch-af +++ b/x11/xorg-libs/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.3 2005/03/22 09:49:14 adam Exp $ +$NetBSD: patch-af,v 1.4 2005/03/22 14:00:25 adam Exp $ --- config/cf/darwin.cf.in.orig Wed Dec 15 05:53:05 2004 +++ config/cf/darwin.cf.in @@ -16,11 +16,11 @@ $NetBSD: patch-af,v 1.3 2005/03/22 09:49:14 adam Exp $ */ #if OSMajorVersion >= 7 -# define CppCmd /usr/bin/cpp3 -+# define CppCmd /usr/bin/cpp ++# define CppCmd /usr/bin/cpp -xassembler-with-cpp # define StandardCppOptions -traditional -D__GNUC__ #else -# define CppCmd /usr/bin/cpp -+# define CppCmd /usr/bin/cpp ++# define CppCmd /usr/bin/cpp -xassembler-with-cpp #endif #if HasGcc3 # define RawCppCmd CppCmd -undef |