svn commit: r389835 - in head/graphics/xfpovray: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 16 12:28:45 UTC 2015


Author: amdmi3
Date: Tue Jun 16 12:28:44 2015
New Revision: 389835
URL: https://svnweb.freebsd.org/changeset/ports/389835

Log:
  - Fix build on pre-10.x by removing -Werror

Modified:
  head/graphics/xfpovray/Makefile
  head/graphics/xfpovray/files/BSDmakefile

Modified: head/graphics/xfpovray/Makefile
==============================================================================
--- head/graphics/xfpovray/Makefile	Tue Jun 16 11:10:44 2015	(r389834)
+++ head/graphics/xfpovray/Makefile	Tue Jun 16 12:28:44 2015	(r389835)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	povray:${PORTSDIR}/graphics
 USES=		tar:tgz uidfix
 USE_XORG=	x11 xext xpm
 MAKEFILE=	${FILESDIR}/BSDmakefile
-MAKE_ENV+=	DOCSDIR="${DOCSDIR}"
+MAKE_ENV=	DOCSDIR="${DOCSDIR}"
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h

Modified: head/graphics/xfpovray/files/BSDmakefile
==============================================================================
--- head/graphics/xfpovray/files/BSDmakefile	Tue Jun 16 11:10:44 2015	(r389834)
+++ head/graphics/xfpovray/files/BSDmakefile	Tue Jun 16 12:28:44 2015	(r389835)
@@ -1,5 +1,6 @@
 PROG=	xfpovray
 NO_MAN=	nope
+NO_WERROR=	yes
 BINDIR=	${PREFIX}/bin
 CFLAGS+=-Iflx -I${LOCALBASE}/include -DHELP_DIR='"${DOCSDIR}"'
 LDADD+=	-L${LOCALBASE}/lib -lforms -lX11


More information about the svn-ports-head mailing list