diff options
author | grant <grant@pkgsrc.org> | 2003-10-28 00:49:48 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-10-28 00:49:48 +0000 |
commit | 9b699dcf7101752704f621bf51cf632111f1a760 (patch) | |
tree | 3cddab43ae2516ee6e465b488ec085b465083e58 /audio/nas | |
parent | 4d010027fbdc8a19c806238ede8203d4cce65acb (diff) | |
download | pkgsrc-9b699dcf7101752704f621bf51cf632111f1a760.tar.gz |
backout unnecessary patch.
this patch was unnecessarily causing the resulting binaries to be
linked against libaudio, which couldn't be found at runtime, and
contrary to the log message it had no effect on PR pkg/23081.
fixes my PR pkg/23288.
Diffstat (limited to 'audio/nas')
-rw-r--r-- | audio/nas/distinfo | 3 | ||||
-rw-r--r-- | audio/nas/patches/patch-aa | 15 |
2 files changed, 1 insertions, 17 deletions
diff --git a/audio/nas/distinfo b/audio/nas/distinfo index 07204ba809a..b36ffedd9a7 100644 --- a/audio/nas/distinfo +++ b/audio/nas/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.9 2003/10/25 14:29:12 fredb Exp $ +$NetBSD: distinfo,v 1.10 2003/10/28 00:49:48 grant Exp $ SHA1 (nas-1.6.src.tar.gz) = cba0fae4be38cdad9b84e79cbabb8cad2b44bbe0 Size (nas-1.6.src.tar.gz) = 1099385 bytes -SHA1 (patch-aa) = 0432a0ad660cd6bb3b8fc78d70cef70a49be9150 SHA1 (patch-ab) = 777e5d1e9beaa1a4837a70e7dbc522eb1cb78f9c SHA1 (patch-ac) = 36f8ee0ec494e9d6a7994780c608c7a5fbf2114d SHA1 (patch-ad) = c8e77228282cdd4de5d9686e88a260e286c6bf80 diff --git a/audio/nas/patches/patch-aa b/audio/nas/patches/patch-aa deleted file mode 100644 index 6a8c5d8e2fd..00000000000 --- a/audio/nas/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.7 2003/10/25 14:29:12 fredb Exp $ - ---- config/NetAudio.tmpl.orig 2002-07-20 20:40:34.000000000 -0500 -+++ config/NetAudio.tmpl -@@ -28,6 +28,10 @@ - #define DoSharedLib HasSharedLibraries - #define DoNormalLib YES - -+#ifndef SharedLibX -+# define SharedLibX HasSharedLibraries -+#endif -+ - #ifndef WIN32 - #define Date @date - #define RmTree(dir) $(RM) -r dir |