diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-07 16:12:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-07 16:12:25 +0000 |
commit | 5d20956150a2aac3e5fd130c831e9f0780c5f651 (patch) | |
tree | 75415ccd83cc51901eaaea1571994e54ae5b183a /devel | |
parent | c12441e38a7188d73ed490d47ae9283711e9001f (diff) | |
download | pkgsrc-5d20956150a2aac3e5fd130c831e9f0780c5f651.tar.gz |
regen, line numbers were too high and patch warned about it.
No effective changes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/liboil/distinfo | 4 | ||||
-rw-r--r-- | devel/liboil/patches/patch-aa | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/liboil/distinfo b/devel/liboil/distinfo index b77b407f06c..ec76c7fbc98 100644 --- a/devel/liboil/distinfo +++ b/devel/liboil/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.19 2010/02/07 16:10:02 wiz Exp $ +$NetBSD: distinfo,v 1.20 2010/02/07 16:12:25 wiz Exp $ SHA1 (liboil-0.3.17.tar.gz) = f9d7103a3a4a4089f56197f81871ae9129d229ed RMD160 (liboil-0.3.17.tar.gz) = de286350687a5d49868b0a45d4db007526220fec Size (liboil-0.3.17.tar.gz) = 912563 bytes -SHA1 (patch-aa) = 9c23db836365ff95e878cea20819b2efba059b51 +SHA1 (patch-aa) = f55c8adf96357b56d8393ed4755acb352bf6608d SHA1 (patch-ab) = 13ff4bef610a28174a2a41b74029f24f04fd598f SHA1 (patch-ac) = 4559e8b635099d96df59bcc5525eb3c0322720ba SHA1 (patch-ad) = 2ed2e23de780aad575b2614afa7af48e9e4ca571 diff --git a/devel/liboil/patches/patch-aa b/devel/liboil/patches/patch-aa index d7373bae1f4..ec8aad561ba 100644 --- a/devel/liboil/patches/patch-aa +++ b/devel/liboil/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.11 2009/03/23 17:10:21 tron Exp $ +$NetBSD: patch-aa,v 1.12 2010/02/07 16:12:25 wiz Exp $ The first patch fixes the build under Mac OS X PowerPC, see here: https://bugs.freedesktop.org/show_bug.cgi?id=20815 ---- configure.orig 2009-03-19 05:41:27.000000000 +0000 -+++ configure 2009-03-23 16:58:20.000000000 +0000 -@@ -11668,6 +11668,12 @@ +--- configure.orig 2010-02-04 20:36:06.000000000 +0000 ++++ configure +@@ -11586,6 +11586,12 @@ int main () { @@ -19,7 +19,7 @@ https://bugs.freedesktop.org/show_bug.cgi?id=20815 #ifndef __GNUC__ #error Not GCC #endif -@@ -17694,6 +17700,9 @@ +@@ -13652,6 +13658,9 @@ main () #error GCC before 4.2 has critical bugs compiling SSE2 intrinsics #endif #endif |