Date: Sun, 3 Dec 2006 21:07:50 +0100 (CET) From: German Tischler <tanis@gaspode.franken.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/106276: [MAINTAINER] make port aware of X11BASE variable Message-ID: <200612032007.kB3K7o5K015379@gaspode.franken.de> Resent-Message-ID: <200612032020.kB3KKArk036415@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612032007.kB3K7o5K015379>