svn commit: r494239 - head/misc/gnustep-examples
Antoine Brodin
antoine at FreeBSD.org
Fri Mar 1 06:45:45 UTC 2019
Author: antoine
Date: Fri Mar 1 06:45:44 2019
New Revision: 494239
URL: https://svnweb.freebsd.org/changeset/ports/494239
Log:
Mark BROKEN: fails to build
AppController.m:9:10: fatal error: 'GL/glu.h' file not found
#include <GL/glu.h>
Reported by: pkg-fallout
Modified:
head/misc/gnustep-examples/Makefile
Modified: head/misc/gnustep-examples/Makefile
==============================================================================
--- head/misc/gnustep-examples/Makefile Fri Mar 1 05:34:19 2019 (r494238)
+++ head/misc/gnustep-examples/Makefile Fri Mar 1 06:45:44 2019 (r494239)
@@ -12,6 +12,8 @@ COMMENT= GNUstep example applications
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= fails to build
+
USES= gnustep
USE_GNUSTEP= back build
More information about the svn-ports-all
mailing list