pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/nas Fix a warning, that may or may not be relate...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2cd3fd44bc5e
branches:  trunk
changeset: 463028:2cd3fd44bc5e
user:      fredb <fredb%pkgsrc.org@localhost>
date:      Sat Oct 25 14:29:12 2003 +0000

description:
Fix a warning, that may or may not be related to
PR pkg/23081.

diffstat:

 audio/nas/distinfo         |   3 ++-
 audio/nas/patches/patch-aa |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 0ca42b8c2c40 -r 2cd3fd44bc5e audio/nas/distinfo
--- a/audio/nas/distinfo        Sat Oct 25 13:36:46 2003 +0000
+++ b/audio/nas/distinfo        Sat Oct 25 14:29:12 2003 +0000
@@ -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 -r 0ca42b8c2c40 -r 2cd3fd44bc5e audio/nas/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/nas/patches/patch-aa        Sat Oct 25 14:29:12 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index