pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/nas Assume that we need to link with -lXt -lXau ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/550180a5fb5e
branches: trunk
changeset: 543004:550180a5fb5e
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat May 31 13:32:04 2008 +0000
description:
Assume that we need to link with -lXt -lXau if we're not on any of the
platforms explicitly defined. Should fix build on SunOS.
diffstat:
audio/nas/distinfo | 4 ++--
audio/nas/patches/patch-aa | 24 ++++++++++++------------
2 files changed, 14 insertions(+), 14 deletions(-)
diffs (55 lines):
diff -r a68ae41afd8d -r 550180a5fb5e audio/nas/distinfo
--- a/audio/nas/distinfo Sat May 31 13:18:24 2008 +0000
+++ b/audio/nas/distinfo Sat May 31 13:32:04 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.22 2007/12/25 19:48:42 markd Exp $
+$NetBSD: distinfo,v 1.23 2008/05/31 13:32:04 tnn Exp $
SHA1 (nas-1.9.src.tar.gz) = 2ee3151c71a6667bd996a0f1cda18a8b9d7cb0c7
RMD160 (nas-1.9.src.tar.gz) = a691f10d557bd676bbc2e9f0db949169815446aa
Size (nas-1.9.src.tar.gz) = 1471635 bytes
-SHA1 (patch-aa) = b57fe377c3939a67b86e234e06d0bd84bbd92d28
+SHA1 (patch-aa) = d5dbebf1f718a905df07f76473058699c8f58604
SHA1 (patch-ab) = d424b0970bd23584629f6a9bebea8b8c014462b5
SHA1 (patch-ac) = 36f8ee0ec494e9d6a7994780c608c7a5fbf2114d
SHA1 (patch-ad) = 43e71c079c79560172fce434e3a6f2b12ce3f596
diff -r a68ae41afd8d -r 550180a5fb5e audio/nas/patches/patch-aa
--- a/audio/nas/patches/patch-aa Sat May 31 13:18:24 2008 +0000
+++ b/audio/nas/patches/patch-aa Sat May 31 13:32:04 2008 +0000
@@ -1,24 +1,24 @@
-$NetBSD: patch-aa,v 1.10 2007/11/10 02:41:34 wiz Exp $
+$NetBSD: patch-aa,v 1.11 2008/05/31 13:32:04 tnn Exp $
---- lib/audio/Imakefile.orig 2006-08-14 01:10:05.000000000 +0000
+--- lib/audio/Imakefile.orig 2006-08-14 03:10:05.000000000 +0200
+++ lib/audio/Imakefile
-@@ -150,7 +150,7 @@ XAULIB =
+@@ -150,14 +150,14 @@ XAULIB =
XAULIB = -lXau
#endif
-#if defined(LinuxArchitecture) || defined(GNUArchitecture) || defined(__FreeBSD_kernel__)
+#if defined(LinuxArchitecture) || defined(GNUArchitecture) || defined(__FreeBSD_kernel__) || defined(NetBSDArchitecture)
REQUIREDLIBS = -L$(USRLIBDIR) -lXt $(XAULIB) -lm
- #endif
-
-@@ -159,6 +159,10 @@ REQUIREDLIBS = $(LDPRELIB) $(XAUTHLIB) $
+-#endif
+-
+-#if defined(cygwinArchitecture)
++#elif defined(cygwinArchitecture)
+ REQUIREDLIBS = $(LDPRELIB) $(XAUTHLIB) $(XTOOLLIB) $(XONLYLIB)
STD_INCLUDES = -I/usr/include
- #endif
+-#endif
++#else
++REQUIREDLIBS = -L$(USRLIBDIR) -lXt $(XAULIB)
++#endif
-+#if defined(DarwinArchitecture)
-+REQUIREDLIBS = -L$(USRLIBDIR) -lXt $(XAULIB)
-+#endif
-+
#if DoSharedLib
- #if DoNormalLib
Home |
Main Index |
Thread Index |
Old Index