ports/106211: [PATCH] x11-toolkits/tkdnd: Respect X11BASE

Rong-En Fan rafan at FreeBSD.org
Sat Dec 2 14:30:08 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list