aboutsummaryrefslogtreecommitdiff
path: root/misc/openmvg
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-23 18:01:33 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-23 18:01:33 +0000
commit6d7a81d4f2f4136439a47cabb14aa53648b30219 (patch)
treecfce71cc1355e278bbe19945e95710980101d86c /misc/openmvg
parentd1f3272aed58a2557eed669e7becbd046812e2a2 (diff)
downloadports-6d7a81d4f2f4136439a47cabb14aa53648b30219.tar.gz
ports-6d7a81d4f2f4136439a47cabb14aa53648b30219.zip
misc/openmvg: Remove workaround for missing liblz4 library because the workaround was added into math/flann
Notes
Notes: svn path=/head/; revision=549764
Diffstat (limited to 'misc/openmvg')
-rw-r--r--misc/openmvg/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/openmvg/Makefile b/misc/openmvg/Makefile
index 793a3eaae2b7..b42eeafac82f 100644
--- a/misc/openmvg/Makefile
+++ b/misc/openmvg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openmvg
DISTVERSIONPREFIX= v
DISTVERSION= 1.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc science
MAINTAINER= yuri@FreeBSD.org
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= need to figure out which TARGET_ARCHITECTURE values correspond to other architectures, plus "generic" is broken
-BUILD_DEPENDS= liblz4>0:archivers/liblz4 # only for the workaround for https://github.com/openMVG/openMVG/issues/1798
LIB_DEPENDS= libflann_cpp.so:math/flann \
libpng.so:graphics/png \
libtiff.so:graphics/tiff
@@ -37,7 +36,6 @@ CMAKE_OFF= OpenMVG_BUILD_EXAMPLES
CXXFLAGS+= -fPIC \
-I${LOCALBASE}/include # because flann is looked for in a wrong directiory: https://github.com/openMVG/openMVG/issues/1284
-LDFLAGS+= -L${LOCALBASE}/lib -llz4 # the workaround for https://github.com/openMVG/openMVG/issues/1798
OPTIONS_SINGLE= SIMD_${ARCH:tu}
OPTIONS_SINGLE_SIMD_AMD64= K8 CORE MEROM NEHALEM