Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2006 04:05:06 +0800 (CST)
From:      Rong-En Fan <rafan@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@freebsd.org, doublef@tele-kom.ru
Subject:   [PATCH] graphics/imlib: Respect X11BASE in imlib-config
Message-ID:  <200611302005.kAUK56d2012542@svm.csie.ntu.edu.tw>

next in thread | raw e-mail | index | archive | help

>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@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 ---




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611302005.kAUK56d2012542>