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:   ports/106082: [PATCH] graphics/imlib: Respect X11BASE in imlib-config
Message-ID:  <200611302005.kAUK56d2012542@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200611302010.kAUKA9xo012271@freefall.freebsd.org>

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

>Number:         106082
>Category:       ports
>Synopsis:       [PATCH] graphics/imlib: Respect X11BASE in imlib-config
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 30 20:10:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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