diff options
author | fredb <fredb@pkgsrc.org> | 2003-10-25 14:29:12 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-10-25 14:29:12 +0000 |
commit | 0443d64d5c06980e424378c7a877821d655f32ed (patch) | |
tree | 2bb67f90ba929a3ea7d5b1537ce1da272470582d /audio/nas | |
parent | 2111ae07d07ba0f90024d7bff805adedea40e9b8 (diff) | |
download | pkgsrc-0443d64d5c06980e424378c7a877821d655f32ed.tar.gz |
Fix a warning, that may or may not be related to
PR pkg/23081.
Diffstat (limited to 'audio/nas')
-rw-r--r-- | audio/nas/distinfo | 3 | ||||
-rw-r--r-- | audio/nas/patches/patch-aa | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/audio/nas/distinfo b/audio/nas/distinfo index 108b9d0ceda..07204ba809a 100644 --- a/audio/nas/distinfo +++ b/audio/nas/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.8 2003/07/13 10:39:40 wulf Exp $ +$NetBSD: distinfo,v 1.9 2003/10/25 14:29:12 fredb 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 new file mode 100644 index 00000000000..6a8c5d8e2fd --- /dev/null +++ b/audio/nas/patches/patch-aa @@ -0,0 +1,15 @@ +$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 |