FreeBSD Bugzilla – Attachment 123023 Details for
Bug 166279
[patch] graphics/gtk-update-icon-cache: fix pre-configure test
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix-gtk-update-icon-cache.patch
fix-gtk-update-icon-cache.patch (text/plain), 809 bytes, created by
Rachel Flynn
on 2012-03-20 18:30:11 UTC
(
hide
)
Description:
fix-gtk-update-icon-cache.patch
Filename:
MIME Type:
Creator:
Rachel Flynn
Created:
2012-03-20 18:30:11 UTC
Size:
809 bytes
patch
obsolete
>Index: graphics/gtk-update-icon-cache/Makefile >=================================================================== >RCS file: /home/ncvs/ports/graphics/gtk-update-icon-cache/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- graphics/gtk-update-icon-cache/Makefile 23 Sep 2011 22:23:14 -0000 1.3 >+++ graphics/gtk-update-icon-cache/Makefile 20 Mar 2012 18:04:04 -0000 >@@ -53,10 +53,10 @@ > .include <bsd.port.pre.mk> > > pre-configure: >-.if !exists(${LOCALBASE}/libdata/pkgconfig/cairo-xlib.pc) >- @${ECHO_CMD} "${PKGNAME}: Needs cairo build with X11 support." >- @${FALSE} >-.endif >+ @if [ ! -f ${LOCALBASE}/libdata/pkgconfig/cairo-xlib.pc ]; then \ >+ ${ECHO_CMD} "${PKGNAME}: Needs cairo built with X11 support."; \ >+ ${FALSE}; \ >+ fi > > do-build: > @cd ${WRKSRC}/gtk && ${GMAKE} gtk-update-icon-cache
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 166279
: 123023