FreeBSD Bugzilla – Attachment 152433 Details for
Bug 197238
graphics/sdl_image: add options to select dependencies [patch]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add JPEG/PNG/TIFF/WEBP options to port
sdl_image.diff (text/plain), 842 bytes, created by
Matthieu Volat
on 2015-02-01 08:48:22 UTC
(
hide
)
Description:
Add JPEG/PNG/TIFF/WEBP options to port
Filename:
MIME Type:
Creator:
Matthieu Volat
Created:
2015-02-01 08:48:22 UTC
Size:
842 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 378226) >+++ Makefile (working copy) >@@ -13,11 +13,18 @@ > > LICENSE= LGPL21 > >-LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ >- libpng.so:${PORTSDIR}/graphics/png \ >- libtiff.so:${PORTSDIR}/graphics/tiff \ >- libwebp.so:${PORTSDIR}/graphics/webp >+OPTIONS_DEFINE= JPEG PNG TIFF WEBP >+OPTIONS_DEFAULT=JPEG PNG TIFF WEBP > >+JPEG_LIB_DPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg >+JPEG_CONFIGURE_ENABLE= jpeg >+PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png >+PNG_CONFIGURE_ENABLE= png >+TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff >+TIFF_CONFIGURE_ENABLE= tif >+WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp >+WEBP_CONFIGURE_ENABLE= webp >+ > USES= gmake libtool pkgconfig pathfix > USE_SDL= sdl > GNU_CONFIGURE= 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 197238
: 152433