diff options
author | hasso <hasso@pkgsrc.org> | 2009-07-09 19:10:25 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-07-09 19:10:25 +0000 |
commit | 762cd6d66203414ebc1230cb3a8b448d5e6ac831 (patch) | |
tree | 173ce4c879b88f5fb24601b899ce1cebc6eba929 /audio/nas/patches | |
parent | e936712626c7ecc4df9c4767cbcaacdcf9ba2d96 (diff) | |
download | pkgsrc-762cd6d66203414ebc1230cb3a8b448d5e6ac831.tar.gz |
Libm is needed on DragonFly as well. Bump PKGREVISION.
Diffstat (limited to 'audio/nas/patches')
-rw-r--r-- | audio/nas/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/nas/patches/patch-aa b/audio/nas/patches/patch-aa index 62e36687008..be7d828d54f 100644 --- a/audio/nas/patches/patch-aa +++ b/audio/nas/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.11 2008/05/31 13:32:04 tnn Exp $ +$NetBSD: patch-aa,v 1.12 2009/07/09 19:10:25 hasso Exp $ --- lib/audio/Imakefile.orig 2006-08-14 03:10:05.000000000 +0200 +++ lib/audio/Imakefile @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.11 2008/05/31 13:32:04 tnn Exp $ #endif -#if defined(LinuxArchitecture) || defined(GNUArchitecture) || defined(__FreeBSD_kernel__) -+#if defined(LinuxArchitecture) || defined(GNUArchitecture) || defined(__FreeBSD_kernel__) || defined(NetBSDArchitecture) ++#if defined(LinuxArchitecture) || defined(GNUArchitecture) || defined(__FreeBSD_kernel__) || defined(NetBSDArchitecture) || defined(DragonFlyArchitecture) REQUIREDLIBS = -L$(USRLIBDIR) -lXt $(XAULIB) -lm -#endif - |