aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gpac-libgpac
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2009-02-20 04:51:15 +0800
committerlwhsu <lwhsu@FreeBSD.org>2009-02-20 04:51:15 +0800
commit0c28b159364bcad8088b5ea210693ba127318446 (patch)
treea13e4579671124b5d58cc749e463847f124781df /multimedia/gpac-libgpac
parent6d8d86a99ed170a5ee6cc8066b9702bf6d40088d (diff)
downloadfreebsd-ports-gnome-0c28b159364bcad8088b5ea210693ba127318446.tar.gz
freebsd-ports-gnome-0c28b159364bcad8088b5ea210693ba127318446.tar.zst
freebsd-ports-gnome-0c28b159364bcad8088b5ea210693ba127318446.zip
- Dirty fix the build, sorry for the breakage.
(GL support will be added soon after further discussion)
Diffstat (limited to 'multimedia/gpac-libgpac')
-rw-r--r--multimedia/gpac-libgpac/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gpac-libgpac/Makefile b/multimedia/gpac-libgpac/Makefile
index a89a5fcbdf7b..45c2465073e6 100644
--- a/multimedia/gpac-libgpac/Makefile
+++ b/multimedia/gpac-libgpac/Makefile
@@ -28,7 +28,8 @@ LIBVER= 1
CONFIGURE_ARGS= --cc="${CC}" \
--extra-cflags="${CFLAGS} ${PTHREAD_CFLAGS} -fPIC" \
- --extra-ldflags="${LDFLAGS} ${PTHREAD_LIBS}"
+ --extra-ldflags="${LDFLAGS} ${PTHREAD_LIBS}" \
+ --disable-opengl
post-patch:
${CHMOD} +x ${WRKSRC}/configure