Date: Sat, 2 Dec 2006 22:25:25 +0800 (CST) From: Rong-En Fan <rafan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: infofarmer@FreeBSD.org Subject: ports/106211: [PATCH] x11-toolkits/tkdnd: Respect X11BASE Message-ID: <200612021425.kB2EPPhP088393@svm.csie.ntu.edu.tw> Resent-Message-ID: <200612021430.kB2EU5Wa032335@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 106211 >Category: ports >Synopsis: [PATCH] x11-toolkits/tkdnd: 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:05 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: --- tkdnd-1.0.patch begins here --- Index: Makefile =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/x11-toolkits/tkdnd/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 1 Nov 2006 06:39:12 -0000 1.1 +++ Makefile 2 Dec 2006 14:25:08 -0000 @@ -21,7 +21,8 @@ USE_TK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR} \ - --with-tclinclude=${TCL_INCLUDEDIR} --with-tkinclude=${TK_INCLUDEDIR} --enable-shared + --with-tclinclude=${TCL_INCLUDEDIR} --with-tkinclude=${TK_INCLUDEDIR} --enable-shared \ + --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include CPPFLAGS= -I${TK_INCLUDEDIR}/generic -I${TCL_INCLUDEDIR}/generic CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" TKPKG= ${PORTNAME}${PORTVERSION} --- tkdnd-1.0.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?200612021425.kB2EPPhP088393>