aboutsummaryrefslogtreecommitdiff
path: root/science/crf++
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-07 02:40:38 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-07 02:40:38 +0000
commit8a8a8d50aa5555404aa18138b4fa6fc3dada9d51 (patch)
tree7f3828dbf772a699756b54975414532709c94d58 /science/crf++
parent89d08ccafe80e1236dc7d84a9b5f9b8003457fa7 (diff)
downloadports-8a8a8d50aa5555404aa18138b4fa6fc3dada9d51.tar.gz
ports-8a8a8d50aa5555404aa18138b4fa6fc3dada9d51.zip
- fix on i386 4
Noted by: krisbot
Notes
Notes: svn path=/head/; revision=169886
Diffstat (limited to 'science/crf++')
-rw-r--r--science/crf++/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/science/crf++/Makefile b/science/crf++/Makefile
index 02dbaa7126a4..2520ed22912e 100644
--- a/science/crf++/Makefile
+++ b/science/crf++/Makefile
@@ -16,5 +16,12 @@ COMMENT= Yet Another CRF toolkit
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
+USE_GCC= 3.2+
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500016
+MAKE_ARGS+= LDFLAGS=${PTHREAD_LIBS}
+.endif
+
+.include <bsd.port.post.mk>