ports/106276: [MAINTAINER] make port aware of X11BASE variable

German Tischler tanis at gaspode.franken.de
Sun Dec 3 20:20:22 UTC 2006


>Number:         106276
>Category:       ports
>Synopsis:       [MAINTAINER] make port aware of X11BASE variable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 03 20:20:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     German Tischler
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
none
>Environment:
System: FreeBSD gaspode.franken.de 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Thu Sep 28 02:32:06 CEST 2006 tanis at bertha.franken.de:/usr/obj/usr/src/sys/BERTHA amd64


>Description:
	make port aware of X11BASE variable
>How-To-Repeat:

>Fix:

--- libx3dtk.patch begins here ---
diff -u -r -N libx3dtk.orig/Makefile libx3dtk/Makefile
--- libx3dtk.orig/Makefile	Sun Dec  3 19:25:38 2006
+++ libx3dtk/Makefile	Sun Dec  3 19:41:02 2006
@@ -44,6 +44,8 @@
 do-configure:
 	cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${QMAKE} \
 		-spec ${QMAKESPEC} \
+		INCLUDEPATH=${X11BASE}/include \
+		LIBS=-L${X11BASE}/lib \
 		PARSER=LIBXML \
 		LIBXML_DIR=${LOCALBASE} \
 		JPEG=YES \
@@ -55,6 +57,8 @@
 		PREFIX="${PREFIX}"
 	cd ${WRKSRC}/examples && ${SETENV} ${MAKE_ENV} ${QMAKE} \
 		-spec ${QMAKESPEC} \
+		INCLUDEPATH=${X11BASE}/include \
+		LIBS=-L${X11BASE}/lib \
 		PARSER=LIBXML \
 		LIBXML_DIR=${LOCALBASE} \
 		JPEG=YES \
--- libx3dtk.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list