diff options
author | danw <danw> | 2000-05-02 18:48:35 +0000 |
---|---|---|
committer | danw <danw> | 2000-05-02 18:48:35 +0000 |
commit | 90ad624009f1548fa9829aac57227061b3a2c36a (patch) | |
tree | cdb2f7b799acdf24b452927949068991ee148919 /audio/libaudiofile | |
parent | 29a3418c8347e4d748f0406db0c75b48364a7d1e (diff) | |
download | pkgsrc-90ad624009f1548fa9829aac57227061b3a2c36a.tar.gz |
Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
Diffstat (limited to 'audio/libaudiofile')
-rw-r--r-- | audio/libaudiofile/files/patch-sum | 4 | ||||
-rw-r--r-- | audio/libaudiofile/patches/patch-aa | 15 |
2 files changed, 3 insertions, 16 deletions
diff --git a/audio/libaudiofile/files/patch-sum b/audio/libaudiofile/files/patch-sum index fb2b049341e..68b855b1878 100644 --- a/audio/libaudiofile/files/patch-sum +++ b/audio/libaudiofile/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.2 1999/10/22 23:43:15 tron Exp $ +$NetBSD: patch-sum,v 1.3 2000/05/02 18:48:36 danw Exp $ -MD5 (patch-aa) = 481f1910abba96eaa5e9150847e131a1 +MD5 (patch-aa) = 1545e7c7b9ea8ddbb01ef9589ddb7b93 MD5 (patch-ab) = 1ac8bbaf7fc0c6b51c8a72212b0cd7db diff --git a/audio/libaudiofile/patches/patch-aa b/audio/libaudiofile/patches/patch-aa index 57a0c502206..e5d4d33fc29 100644 --- a/audio/libaudiofile/patches/patch-aa +++ b/audio/libaudiofile/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 1999/10/22 23:43:16 tron Exp $ +$NetBSD: patch-aa,v 1.5 2000/05/02 18:48:36 danw Exp $ --- configure.orig Tue Sep 21 00:05:06 1999 +++ configure Fri Oct 22 21:12:54 1999 @@ -19,16 +19,3 @@ $NetBSD: patch-aa,v 1.4 1999/10/22 23:43:16 tron Exp $ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. -@@ -3231,10 +3232,12 @@ - top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - -+if false; then - case "$ac_given_INSTALL" in - [/$]*) INSTALL="$ac_given_INSTALL" ;; - *) INSTALL="$ac_dots$ac_given_INSTALL" ;; - esac -+fi - - echo creating "$ac_file" - rm -f "$ac_file" |