Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 12:28:44 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389835 - in head/graphics/xfpovray: . files
Message-ID:  <201506161228.t5GCSiSo040454@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506161228.t5GCSiSo040454>