Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2019 21:40:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495813 - head/devel/avro-c
Message-ID:  <201903152140.x2FLeltk093908@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Mar 15 21:40:47 2019
New Revision: 495813
URL: https://svnweb.freebsd.org/changeset/ports/495813

Log:
  Use USES=pathfix

Modified:
  head/devel/avro-c/Makefile

Modified: head/devel/avro-c/Makefile
==============================================================================
--- head/devel/avro-c/Makefile	Fri Mar 15 21:40:42 2019	(r495812)
+++ head/devel/avro-c/Makefile	Fri Mar 15 21:40:47 2019	(r495813)
@@ -19,7 +19,7 @@ BROKEN_sparc64=	fails to build
 LIB_DEPENDS=	libjansson.so:devel/jansson \
 		libsnappy.so:archivers/snappy
 
-USES=		cmake compiler:c++11-lang pkgconfig
+USES=		cmake compiler:c++11-lang pathfix pkgconfig
 
 USE_LDCONFIG=	yes
 WRKSRC_SUBDIR=	lang/c
@@ -30,6 +30,5 @@ USE_GITHUB=	yes
 post-patch:
 	@${REINPLACE_CMD} '/SNAPPY_PKG/ s|libsnappy|snappy|; /add_subdirectory(docs)/d' ${WRKSRC}/CMakeLists.txt
 	@${REINPLACE_CMD} '1 s|/bin/bash|/bin/sh|' ${WRKSRC}/version.sh
-	@${REINPLACE_CMD} 's|lib/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/src/CMakeLists.txt
 
 .include <bsd.port.mk>



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