Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 2006 22:24:54 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        infofarmer@FreeBSD.org
Subject:   ports/106210: [PATCH] x11-toolkits/tile: Respect X11BASE
Message-ID:  <200612021424.kB2EOsEu067680@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200612021430.kB2EU41Q032302@freefall.freebsd.org>

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

>Number:         106210
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/tile: Respect X11BASE
>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:   Sat Dec 02 14:30:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Respect X11BASE

Port maintainer (infofarmer@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- tile-0.7.8.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/x11-toolkits/tile/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	8 Oct 2006 11:37:15 -0000	1.1
+++ Makefile	2 Dec 2006 14:24:37 -0000
@@ -19,7 +19,8 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-tcl=${LOCALBASE}/lib/tcl${TK_VER} \
 		--with-tk=${LOCALBASE}/lib/tk${TK_VER} \
-		--exec-prefix=${PREFIX} --enable-shared
+		--exec-prefix=${PREFIX} --enable-shared \
+		--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} ${TCL_INCLUDES} ${TK_INCLUDES}"
 TCL_INCLUDES=	-I${LOCALBASE}/include/tcl${TK_VER} -I${LOCALBASE}/include/tcl${TK_VER}/generic
 TK_INCLUDES=	-I${LOCALBASE}/include/tk${TK_VER} -I${LOCALBASE}/include/tk${TK_VER}/generic
--- tile-0.7.8.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?200612021424.kB2EOsEu067680>