aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2002-01-28 18:23:05 +0800
committernobutaka <nobutaka@FreeBSD.org>2002-01-28 18:23:05 +0800
commita63243b5cef2921faf58c59914917cf23c60d2ca (patch)
tree4f4c930ed9972e1340c1d4a42a202a8fcba5adf2 /graphics
parentebf34b7462b3578a50cdecd9bbc7693548c22cf1 (diff)
downloadfreebsd-ports-gnome-a63243b5cef2921faf58c59914917cf23c60d2ca.tar.gz
freebsd-ports-gnome-a63243b5cef2921faf58c59914917cf23c60d2ca.tar.zst
freebsd-ports-gnome-a63243b5cef2921faf58c59914917cf23c60d2ca.zip
Fix build error.
PR: 34350 Submitted by: sf
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libxine/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libxine/Makefile b/graphics/libxine/Makefile
index 5395bfc57ab2..0bbfc74e1d4b 100644
--- a/graphics/libxine/Makefile
+++ b/graphics/libxine/Makefile
@@ -23,7 +23,8 @@ LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \
WRKSRC= ${WRKDIR}/${PORTNAME}-lib-${PORTVERSION}
CONFIGURE_ARGS= --with-w32-path=${LOCALBASE}/lib/win32
-CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LIBS=-L${LOCALBASE}/lib
+CONFIGURE_ENV= CPPFLAGS="-I.. -I${LOCALBASE}/include" \
+ LIBS=-L${LOCALBASE}/lib
USE_AUTOMAKE= yes
USE_GMAKE= yes