FreeBSD Bugzilla – Attachment 115278 Details for
Bug 157047
[Patch] graphics/imlib2 - Wrong LIB_DEPENDS if graphics/giflib is installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 735 bytes, created by
Herbert J. Skuhra
on 2011-05-14 21:10:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Herbert J. Skuhra
Created:
2011-05-14 21:10:09 UTC
Size:
735 bytes
patch
obsolete
>diff -u imlib2.bak/Makefile imlib2/Makefile >--- imlib2.bak/Makefile 2011-05-14 21:11:42.000000000 +0200 >+++ imlib2/Makefile 2011-05-14 21:47:44.000000000 +0200 >@@ -77,11 +77,16 @@ > .endif > > .if !defined(WITHOUT_GIF) >-LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif >-PLIST_SUB+= GIF="" >+. if exists(${LOCALBASE}/lib/libgif.so) >+LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib >+PLIST_SUB+= GIF="" >+. else >+LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif >+PLIST_SUB+= GIF="" >+. endif > .else >-CONFIGURE_ARGS+= --without-gif >-PLIST_SUB+= GIF="@comment " >+CONFIGURE_ARGS+= --without-gif >+PLIST_SUB+= GIF="@comment " > .endif > > .if !defined(WITHOUT_ID3) >Common subdirectories: imlib2.bak/files and imlib2/files
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 157047
: 115278