aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gpac-libgpac
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-02-19 20:51:15 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-02-19 20:51:15 +0000
commit8b3ba2fc2e38a87830f03c1f77f60bc0156e82bd (patch)
tree09d3980641fd65a351ede4be8486772e7ba52f43 /multimedia/gpac-libgpac
parentdfb82b9f047b8c93d3ca6f9f8c236146d850101a (diff)
downloadports-8b3ba2fc2e38a87830f03c1f77f60bc0156e82bd.tar.gz
ports-8b3ba2fc2e38a87830f03c1f77f60bc0156e82bd.zip
- Dirty fix the build, sorry for the breakage.
(GL support will be added soon after further discussion)
Notes
Notes: svn path=/head/; revision=228685
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