FreeBSD Bugzilla – Attachment 93714 Details for
Bug 131681
Add OPTIONS framework to multimedia/gpac-libgpac
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 986 bytes, created by
josh.carroll
on 2009-02-14 20:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
josh.carroll
Created:
2009-02-14 20:10:00 UTC
Size:
986 bytes
patch
obsolete
>diff -urN gpac-libgpac.old/Makefile gpac-libgpac/Makefile >--- gpac-libgpac.old/Makefile 2009-02-14 13:52:47.000000000 -0500 >+++ gpac-libgpac/Makefile 2009-02-14 14:54:56.000000000 -0500 >@@ -27,9 +27,22 @@ > LIBVER= 1 > > CONFIGURE_ARGS= --cc="${CC}" \ >- --extra-cflags="${CFLAGS} ${PTHREAD_CFLAGS} -fPIC" \ >- --extra-ldflags="${LDFLAGS} ${PTHREAD_LIBS}" \ >- --disable-opengl >+ --enable-pic \ >+ --extra-cflags="${CFLAGS} ${PTHREAD_CFLAGS}" \ >+ --extra-ldflags="${LDFLAGS} ${PTHREAD_LIBS}" >+ >+OPTIONS= OPENGL "OpenGL support" on \ >+ IPV6 "IPv6 support" on >+ >+.include <bsd.port.pre.mk> >+ >+.if defined(WITHOUT_OPENGL) >+CONFIGURE_ARGS+= --disable-opengl >+.endif >+ >+.if defined(WITHOUT_IPV6) >+CONFIGURE_ARGS+= --disable-ipv6 >+.endif > > post-patch: > ${CHMOD} +x ${WRKSRC}/configure >@@ -42,4 +55,4 @@ > ${LN} -sf libgpac.so.${LIBVER} ${PREFIX}/lib/libgpac.so > ${INSTALL_DATA} ${INSTALL_WRKSRC}/libgpac_static.a ${PREFIX}/lib > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 131681
: 93714