[Speex-dev] [PATCH] Tweak a bit in speex.pc.in for backward
compatibility.
Jeremy Messenger
mezz7 at cox.net
Sun Feb 25 14:09:21 PST 2007
Hello folks,
I had to make a bit change in speex.pc in FreeBSD ports to make it more
backward compatibility with the other ports (applications).
Before:
==================================
# pkg-config --cflags speex
-I/usr/local/include
==================================
After:
==================================
# pkg-config --cflags speex
-I/usr/local/include -I/usr/local/include/speex
==================================
I am keeping the '-I/usr/local/include' since I don't know if anyone add
#include <speex/speex*.h> in their source and the second one is for some
applications that hasn't catch up with unstable version.
Patch: http://people.freebsd.org/~mezz/diff/patch-speex.pc.in
Cheers,
Mezz
--
mezz7 at cox.net - mezz at FreeBSD.org
FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org
http://wiki.freebsd.org/multimedia - multimedia at FreeBSD.org
More information about the Speex-dev
mailing list