From 97d71224797fa9911bf3625fe293f6855c129690 Mon Sep 17 00:00:00 2001 From: ahze Date: Tue, 29 Jul 2008 23:33:01 +0000 Subject: Fix build with libxine Submitted by: Max Brazhnikov --- audio/speex/Makefile | 1 + audio/speex/files/patch-speex.pc.in | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'audio/speex') 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 -- cgit