FreeBSD Bugzilla – Attachment 150725 Details for
Bug 196099
graphics/sdl_image and graphics/sdl2_image: direct linking instead of dlopen(3)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add --disable-*-shared
direct_linking.diff (text/plain), 1.06 KB, created by
Jan Beich
on 2014-12-18 15:36:53 UTC
(
hide
)
Description:
add --disable-*-shared
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2014-12-18 15:36:53 UTC
Size:
1.06 KB
patch
obsolete
>Index: graphics/sdl_image/Makefile >=================================================================== >--- graphics/sdl_image/Makefile (revision 374655) >+++ graphics/sdl_image/Makefile (working copy) >@@ -21,6 +21,8 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg > USES= gmake libtool pkgconfig pathfix > USE_SDL= sdl > GNU_CONFIGURE= yes >+CONFIGURE_ARGS= --disable-jpg-shared --disable-png-shared \ >+ --disable-tif-shared --disable-webp-shared > CPPFLAGS+= -I${LOCALBASE}/include > LIBS+= -L${LOCALBASE}/lib -lm > USE_LDCONFIG= yes >Index: graphics/sdl2_image/Makefile >=================================================================== >--- graphics/sdl2_image/Makefile (revision 374655) >+++ graphics/sdl2_image/Makefile (working copy) >@@ -20,6 +20,8 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg > USES= pkgconfig:build pathfix gmake libtool > USE_SDL= sdl2 > GNU_CONFIGURE= yes >+CONFIGURE_ARGS= --disable-jpg-shared --disable-png-shared \ >+ --disable-tif-shared --disable-webp-shared > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib -lm > USE_LDCONFIG= yes
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 196099
: 150725