Date: Sat, 8 Mar 2014 00:08:22 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347435 - head/graphics/libGL Message-ID: <201403080008.s2808Mt6023933@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Mar 8 00:08:21 2014 New Revision: 347435 URL: http://svnweb.freebsd.org/changeset/ports/347435 QAT: https://qat.redports.org/buildarchive/r347435/ Log: - Fix build with stagedir support by removing leftovers Discussed/Reviewed by: bdrewery/antoine Modified: head/graphics/libGL/Makefile Modified: head/graphics/libGL/Makefile ============================================================================== --- head/graphics/libGL/Makefile Sat Mar 8 00:03:56 2014 (r347434) +++ head/graphics/libGL/Makefile Sat Mar 8 00:08:21 2014 (r347435) @@ -30,4 +30,12 @@ LIBGLREVISION= 4 CONFIGURE_ARGS+=--disable-gallium-intel .endif +.if !defined(WITH_NEW_XORG) +post-install: + ${RM} ${STAGEDIR}${PREFIX}/include/GL/glu.h + ${RM} ${STAGEDIR}${PREFIX}/include/GL/glu_mangle.h + ${RM} ${STAGEDIR}${PREFIX}/include/GL/internal/dri_interface.h + ${RM} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/dri.pc +.endif + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403080008.s2808Mt6023933>