aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-02 17:39:50 +0800
committeredwin <edwin@FreeBSD.org>2006-01-02 17:39:50 +0800
commit9f18e9cdaefda9ca0a1cd66ee9e2e6f7134145b5 (patch)
tree27634a6aa521907fdf72bd4572a80ab93155bf8a /graphics
parentb7c07dbffed63fbe6446728cfd29d54b0eadb071 (diff)
downloadfreebsd-ports-graphics-9f18e9cdaefda9ca0a1cd66ee9e2e6f7134145b5.tar.gz
freebsd-ports-graphics-9f18e9cdaefda9ca0a1cd66ee9e2e6f7134145b5.tar.zst
freebsd-ports-graphics-9f18e9cdaefda9ca0a1cd66ee9e2e6f7134145b5.zip
Fix build in 4.x
Noticed by: YAPHR
Diffstat (limited to 'graphics')
-rw-r--r--graphics/opencv/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index b6120fc240e..5f901280323 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -8,6 +8,7 @@
PORTNAME= opencv
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= opencvlibrary
@@ -21,6 +22,9 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
+LDFLAGS= ${PTHREAD_LIBS}
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
+
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>