1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/multimedia/goggles/files/patch-build::xvdetect
Mario Sergio Fujikawa Ferreira 4d76c5cf1f Update to 0.7.10
2004-12-14 12:31:39 +00:00

12 lines
439 B
Plaintext

--- build/xvdetect.orig Tue Dec 14 09:37:27 2004
+++ build/xvdetect Tue Dec 14 09:37:39 2004
@@ -30,7 +30,7 @@
if [ -f ${XLIBDIR}/libXv.a ] || [ -f ${XLIBDIR}/libXv.so ] ; then
echo -e " Check XVideo Library: \033[32mFOUND\033[0m"
LIBS="${LIBS} -L${XLIBDIR} -lXext -lXv"
- DEFS="${DEFS} -DHAVE_XV"
+ DEFS="${DEFS} -I${XINCLUDEDIR} -DHAVE_XV"
else
echo -e " Check XVideo Library: \033[31mNot Found\033[0m"
exit -1