Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2002 17:48:35 +0900 (JST)
From:      TAKEMURA Masahiro <mastake@msel.t.u-tokyo.ac.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34104: [MAINTAINER UPDATE] graphics/linux_mesa3
Message-ID:  <20020121.174835.74667371.mastake@msel.t.u-tokyo.ac.jp>

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

>Number:         34104
>Category:       ports
>Synopsis:       graphics/linux_mesa3 can't build without X
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 21 00:50:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     TAKEMURA Masahiro
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
University of Tokyo
>Environment:
System: FreeBSD taro.msel.t.u-tokyo.ac.jp 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Sat Dec 29 17:57:09 JST 2001 mastake@taro.msel.t.u-tokyo.ac.jp:/usr/obj/usr/src/sys/TARO i386

>Description:
Can't build without X

>How-To-Repeat:
make in ${PORTSDIR}/graphics/linux_mesa3 without X

>Fix:
--- linux_mesa3/Makefile.orig	Mon Jan 21 17:40:28 2002
+++ linux_mesa3/Makefile	Mon Jan 21 17:41:26 2002
@@ -32,7 +32,9 @@
 
 GNU_CONFIGURE=		yes
 CONFIGURE_TARGET=	#
-CONFIGURE_ARGS=		--libdir="${PREFIX}/usr/X11R6/lib" \
+CONFIGURE_ARGS+=	--x-libraries="${LINUXBASE}/usr/X11R6/lib" \
+			--x-includes="${LINUXBASE}/usr/X11R6/include" \
+			--libdir="${PREFIX}/usr/X11R6/lib" \
 			--includedir="${PREFIX}/usr/X11R6/include"
 CONFIGURE_ENV=		PATH="${LINUXBASE}/bin:${LINUXBASE}/usr/bin:${PATH}" \
 			GL_MAJOR_VER="${GL_MAJOR_VER}" \
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020121.174835.74667371.mastake>