Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2013 01:25:12 +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: r336037 - head/graphics/vips
Message-ID:  <201312100125.rBA1PC1B084772@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec 10 01:25:12 2013
New Revision: 336037
URL: http://svnweb.freebsd.org/changeset/ports/336037

Log:
  - Fix build on 10.x
  
  PR:		184129, 184347
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Modified:
  head/graphics/vips/Makefile

Modified: head/graphics/vips/Makefile
==============================================================================
--- head/graphics/vips/Makefile	Tue Dec 10 01:19:55 2013	(r336036)
+++ head/graphics/vips/Makefile	Tue Dec 10 01:25:12 2013	(r336037)
@@ -10,9 +10,9 @@ MASTER_SITES=	http://www.vips.ecs.soton.
 MAINTAINER=	mi@aldan.algebra.com
 COMMENT=	Free image processing system
 
-OPTIONS_DEFINE=	LIBOIL PYTHON
+OPTIONS_DEFINE=	LIBOIL PYTHON DOCS
 OPTIONS_DEFAULT=	LIBOIL
-LIBOIL_DESC=	Use leiboil for CPU-optimized primitives
+LIBOIL_DESC=	Use liboil for CPU-optimized primitives
 PYTHON_DESC=	Create Python bindings
 
 BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
@@ -81,4 +81,8 @@ LIB_DEPENDS+=	oil:${PORTSDIR}/devel/libo
 CONFIGURE_ARGS+=	--without-liboil
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e '/VIPS_CXX_LIBS="-lstdc++"/ d' \
+		${WRKSRC}/configure.in ${WRKSRC}/configure
+
 .include <bsd.port.post.mk>



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