Date: Fri, 1 Dec 2006 03:21:43 +0800 (CST) From: Rong-En Fan <rafan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: riggs@rrr.de Subject: ports/106079: [PATCH] multimedia/mplayer: fix X11 include path Message-ID: <200611301921.kAUJLhx4091903@svm.csie.ntu.edu.tw> Resent-Message-ID: <200611301930.kAUJU5R4007678@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 106079 >Category: ports >Synopsis: [PATCH] multimedia/mplayer: fix X11 include path >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: Thu Nov 30 19:30:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.2-PRERELEASE amd64 >Organization: NTU CSIE >Environment: >Description: - For some reasons, which I didn't look up history, --with-x11incdir is gone. Thus, this port does not respect X11BASE. Fix it by using --with-extraincdir Port maintainer (riggs@rrr.de) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mplayer-0.99.10.patch begins here --- Index: Makefile =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/multimedia/mplayer/Makefile,v retrieving revision 1.146 diff -u -u -r1.146 Makefile --- Makefile 20 Nov 2006 22:58:17 -0000 1.146 +++ Makefile 30 Nov 2006 19:20:28 -0000 @@ -245,7 +245,7 @@ USE_XLIB= yes #CFLAGS+= -I${X11BASE}/include CONFIGURE_ARGS+=--with-x11libdir=${X11BASE}/lib \ - --with-x11incdir=${X11BASE}/include + --with-extraincdir=${X11BASE}/include .else WITHOUT_GUI= yes CONFIGURE_ARGS+=--disable-x11 \ --- mplayer-0.99.10.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?200611301921.kAUJLhx4091903>