mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Transfer maintainer to multimedia@
- Add support for sparc64
This commit is contained in:
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
|
@ -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
|
||||
|
||||
|
|
11
audio/ac3dec/files/patch-configure
Normal file
11
audio/ac3dec/files/patch-configure
Normal 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
|
||||
;;
|
Loading…
Add table
Reference in a new issue