- Transfer maintainer to multimedia@

- Add support for sparc64
This commit is contained in:
Michael Johnson 2006-07-07 00:35:51 +00:00
parent a1702324ae
commit 6205738efd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167104
2 changed files with 13 additions and 2 deletions

View file

@ -10,10 +10,10 @@ PORTVERSION= 0.6.1
CATEGORIES= audio
MASTER_SITES= http://liba52.sourceforge.net/files/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Software for research in digital audio coding/decoding
ONLY_FOR_ARCHS= i386 alpha
ONLY_FOR_ARCHS= i386 alpha sparc64
GNU_CONFIGURE= yes

View file

@ -0,0 +1,11 @@
--- configure.orig Thu Jul 6 20:33:54 2006
+++ configure Thu Jul 6 20:34:05 2006
@@ -1269,7 +1269,7 @@
#define __alpha__ 1
EOF
;;
-sparc-*) cat >> confdefs.h <<\EOF
+sparc*) cat >> confdefs.h <<\EOF
#define __sparc__ 1
EOF
;;