summaryrefslogtreecommitdiff
path: root/audio/libogg
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-02 22:07:37 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-02 22:07:37 +0000
commitc22c3b06b986e5b4ffb9a527fb5738f6af719663 (patch)
tree96e85daf3531b8190f7dc31785628b67c9872a8f /audio/libogg
parentuse IPv6 patch supplied from KAME. (diff)
o respect CFLAGS (libao, libogg, libvorbis)
o add ESOUND and KDE2 knob. (libao) o add WWW. (libogg) o get rid of xmms dependency. (vorbis) Approved by: maintainer
Notes
Notes: svn path=/head/; revision=38998
Diffstat (limited to 'audio/libogg')
-rw-r--r--audio/libogg/files/patch-ac11
-rw-r--r--audio/libogg/pkg-descr2
2 files changed, 13 insertions, 0 deletions
diff --git a/audio/libogg/files/patch-ac b/audio/libogg/files/patch-ac
new file mode 100644
index 000000000000..ebf70ad691f2
--- /dev/null
+++ b/audio/libogg/files/patch-ac
@@ -0,0 +1,11 @@
+--- configure.orig Mon Feb 26 13:30:03 2001
++++ configure Fri Mar 2 12:40:51 2001
+@@ -1513,7 +1513,7 @@
+ ;;
+ *)
+ DEBUG="-g -Wall -fsigned-char"
+- CFLAGS="-O20 -fsigned-char"
++ CFLAGS="-fsigned-char $CFLAGS"
+ PROFILE="-O20 -g -pg -fsigned-char"
+ ;;
+ esac
diff --git a/audio/libogg/pkg-descr b/audio/libogg/pkg-descr
index a3b604665b27..b13159199a26 100644
--- a/audio/libogg/pkg-descr
+++ b/audio/libogg/pkg-descr
@@ -4,5 +4,7 @@ the Ogg bitstream makes seeking, time stamping and error recovery
possible, as well as mixing several separate, concurrent media
streams into a single physical bitstream.
+WWW: http://www.xiph.org/ogg/
+
- Theo van Klaveren
t.vanklaveren@student.utwente.nl