svn commit: r347435 - head/graphics/libGL
Martin Wilke
miwi at FreeBSD.org
Sat Mar 8 00:08:22 UTC 2014
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>
More information about the svn-ports-all
mailing list