prevent picking up cppunit. spotted by espie@
patch from Rafael Sadowski, MAINTAINER
This commit is contained in:
parent
d36b7df1dc
commit
bbc073786e
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2015/05/28 10:17:25 pascal Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/06/17 05:27:18 kirby Exp $
|
||||
|
||||
BROKEN-hppa = no atomic ops
|
||||
COMMENT = third-party client for Google Drive
|
||||
@ -6,7 +6,7 @@ COMMENT = third-party client for Google Drive
|
||||
VERSION = 0.3.1-pre
|
||||
DISTNAME = grive-${VERSION}
|
||||
PKGNAME = grive-${VERSION:S/-pre//}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = sysutils
|
||||
|
||||
@ -39,4 +39,6 @@ LIB_DEPENDS = devel/boost \
|
||||
|
||||
CXXFLAGS += -I${LOCALBASE}/include
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
11
sysutils/grive/patches/patch-libgrive_CMakeLists_txt
Normal file
11
sysutils/grive/patches/patch-libgrive_CMakeLists_txt
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-libgrive_CMakeLists_txt,v 1.1 2015/06/17 05:27:18 kirby Exp $
|
||||
--- libgrive/CMakeLists.txt.orig Tue Sep 30 03:52:29 2014
|
||||
+++ libgrive/CMakeLists.txt Wed Jun 17 08:22:45 2015
|
||||
@@ -10,7 +10,6 @@ find_package(YAJL REQUIRED)
|
||||
find_package(Boost 1.40.0 COMPONENTS program_options filesystem unit_test_framework system REQUIRED)
|
||||
find_package(YAJL REQUIRED)
|
||||
find_package(BFD)
|
||||
-find_package(CppUnit)
|
||||
find_package(Iberty)
|
||||
find_package(ZLIB)
|
||||
|
Loading…
Reference in New Issue
Block a user