1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Hack in speex.pc to add -I/usr/local/include/speex to make it more backwards

compatibility. It should avoid for us to create more hacks in other ports.

Discussed with:	ahze
This commit is contained in:
Jeremy Messenger 2007-02-25 21:46:33 +00:00
parent 0805021a07
commit 932c320eac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185931
2 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= speex
DISTVERSION= 1.2beta1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/

View File

@ -0,0 +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:
Conflicts:
Libs: -L${libdir} -lspeex
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I${includedir}/speex