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 | b859576ba3e64fbc9d3374c007804bca5b3e9479 (patch) | |
tree | 3cddab43ae2516ee6e465b488ec085b465083e58 /audio/nas/patches | |
parent | 8b8c7b843ab202725cd50402793ffaa6b04bbfab (diff) | |
download | pkgsrc-b859576ba3e64fbc9d3374c007804bca5b3e9479.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/patches')
-rw-r--r-- | audio/nas/patches/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
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 |