diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-07-30 07:33:01 +0800 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-07-30 07:33:01 +0800 |
commit | b5f0e4a6ec0cbd036c3daf56b64a26956fe28ff5 (patch) | |
tree | 1cc2610d4d083c0b89e29516f91b6f8093b628dd /audio | |
parent | 9431ed2d20591e300a2e43b5bad2688071316cf7 (diff) | |
download | freebsd-ports-gnome-b5f0e4a6ec0cbd036c3daf56b64a26956fe28ff5.tar.gz freebsd-ports-gnome-b5f0e4a6ec0cbd036c3daf56b64a26956fe28ff5.tar.zst freebsd-ports-gnome-b5f0e4a6ec0cbd036c3daf56b64a26956fe28ff5.zip |
Fix build with libxine
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex/Makefile | 1 | ||||
-rw-r--r-- | audio/speex/files/patch-speex.pc.in | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index e63d3b1eb953..b2dc3c86a84c 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -7,6 +7,7 @@ PORTNAME= speex DISTVERSION= 1.2rc1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ diff --git a/audio/speex/files/patch-speex.pc.in b/audio/speex/files/patch-speex.pc.in index 49997492a751..09ce828d48da 100644 --- a/audio/speex/files/patch-speex.pc.in +++ b/audio/speex/files/patch-speex.pc.in @@ -1,8 +1,8 @@ ---- speex.pc.in.orig Sun Feb 25 15:42:09 2007 -+++ speex.pc.in Sun Feb 25 15:43:14 2007 -@@ -11,4 +11,4 @@ - Requires: +--- ./speex.pc.in.orig 2008-05-30 11:34:16.000000000 +0400 ++++ ./speex.pc.in 2008-07-30 00:21:52.000000000 +0400 +@@ -12,4 +12,4 @@ Conflicts: Libs: -L${libdir} -lspeex + Libs.private: -lm -Cflags: -I${includedir} +Cflags: -I${includedir} -I${includedir}/speex |