[PATCH] graphics/imlib: Respect X11BASE in imlib-config
Rong-En Fan
rafan at freebsd.org
Thu Nov 30 12:05:11 PST 2006
>Submitter-Id: current-users
>Originator: Rong-En Fan
>Organization: NTU CSIE
>Confidential: no
>Synopsis: [PATCH] graphics/imlib: Respect X11BASE in imlib-config
>Severity: non-critical
>Priority: low
>Category: ports
>Class: change-request
>Release: FreeBSD 6.2-PRERELEASE amd64
>Environment:
>Description:
- imlib-config is used to determine compiler flags. However, configure
is not passed correct arguments, so imlib-config gets hardcoded /usr/X11R6.
USE_XLIB + GNU_CONFIGURE fixes that. In fact, this port requires XLIB.
This fixes build failure for x11/silo (maintainer is also cc'd).
Port maintainer (gnome at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- imlib-1.9.15_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/graphics/imlib/Makefile,v
retrieving revision 1.98
diff -u -u -r1.98 Makefile
--- Makefile 14 Oct 2006 08:53:03 -0000 1.98
+++ Makefile 30 Nov 2006 20:01:25 -0000
@@ -25,6 +25,7 @@
USE_GNOME= gtk12 gnomehack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+USE_XLIB= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
--- imlib-1.9.15_4.patch ends here ---
More information about the freebsd-gnome
mailing list