Respect X11BASE. Maintainer has been CC'd.
Responsible Changed From-To: freebsd-ports-bugs->laszlof Submitter has GNATS access
State Changed From-To: open->feedback Awaiting maintainers feedback
Frank's patch doesn't resolve the problem. I haven't tested patch, but it should work: diff -ruN --exclude=CVS /usr/ports/multimedia/gxine/Makefile /home/makc/porting/ports/multimedia/gxine/Makefile --- /usr/ports/multimedia/gxine/Makefile Mon Nov 13 12:48:51 2006 +++ /home/makc/porting/ports/multimedia/gxine/Makefile Fri Dec 1 11:09:18 2006 @@ -23,7 +23,8 @@ USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -I${X11BASE}/lib" -CONFIGURE_ARGS+=--mandir=${PREFIX}/man +CONFIGURE_ARGS+=--mandir=${PREFIX}/man --x-includes=${X11BASE}/include \ + --x-libraries=${X11BASE}/lib CFLAGS= -O2 -fno-strict-aliasing -pipe INSTALLS_ICONS= yes
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!
laszlof 2006-12-01 14:49:24 UTC FreeBSD ports repository Modified files: multimedia/gxine Makefile Log: Respect X11BASE PR: ports/106097 Submitted by: self Reviewed by: "M. Yu. Brazhnikov" <makc@issp.ac.ru> (maintainer) Revision Changes Path 1.26 +2 -1 ports/multimedia/gxine/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"