svn commit: r354527 - in head/audio/libgroove: . files

Pietro Cerutti gahr at FreeBSD.org
Mon May 19 09:57:55 UTC 2014


Author: gahr
Date: Mon May 19 09:57:54 2014
New Revision: 354527
URL: http://svnweb.freebsd.org/changeset/ports/354527
QAT: https://qat.redports.org/buildarchive/r354527/

Log:
  - Fix build when a previous version of the library is installed. Reported
  upstream as https://github.com/andrewrk/libgroove/pull/64
  - Also, do not set CMAKE_VERBOSE_MAKEFILE

Added:
  head/audio/libgroove/files/
  head/audio/libgroove/files/patch-CMakeLists.txt   (contents, props changed)
Modified:
  head/audio/libgroove/Makefile

Modified: head/audio/libgroove/Makefile
==============================================================================
--- head/audio/libgroove/Makefile	Mon May 19 09:50:42 2014	(r354526)
+++ head/audio/libgroove/Makefile	Mon May 19 09:57:54 2014	(r354527)
@@ -17,7 +17,6 @@ LIB_DEPENDS=	libavcodec.so:${PORTSDIR}/m
 		libSDL2.so:${PORTSDIR}/devel/sdl20
 
 USES=		cmake:outsource 
-CMAKE_ARGS=	-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	andrewrk

Added: head/audio/libgroove/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libgroove/files/patch-CMakeLists.txt	Mon May 19 09:57:54 2014	(r354527)
@@ -0,0 +1,10 @@
+--- CMakeLists.txt.orig	2014-05-19 11:58:46.000000000 +0200
++++ CMakeLists.txt	2014-05-19 11:58:55.000000000 +0200
+@@ -249,6 +249,7 @@
+ if(LIBGROOVE_LDFLAGS)
+   set_target_properties(groove PROPERTIES LINK_FLAGS ${LIBGROOVE_LDFLAGS})
+ endif()
++include_directories(${PROJECT_SOURCE_DIR})
+ include_directories(${PROJECT_BINARY_DIR})
+ if(LIBAV_IS_BUNDLED)
+   target_link_libraries(groove


More information about the svn-ports-all mailing list