summaryrefslogtreecommitdiff
path: root/science/svmlight
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 02:35:15 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 02:35:15 +0000
commitb842f2bde83ab65a1fe2fbae40630db1096b2147 (patch)
treeae803442204036b81f88f8ac686476d5c18143c8 /science/svmlight
parent- update to 1.7.3 (diff)
- Fix build on AMD64
- Use USE_LDCONFIG - bump PORTREVISION PR: ports/101917 Submitted by: maintainer (Gea-Suan Lin)
Notes
Notes: svn path=/head/; revision=170508
Diffstat (limited to 'science/svmlight')
-rw-r--r--science/svmlight/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/science/svmlight/Makefile b/science/svmlight/Makefile
index dc3f77bc89b1..4889daa4ffdc 100644
--- a/science/svmlight/Makefile
+++ b/science/svmlight/Makefile
@@ -7,7 +7,7 @@
PORTNAME= svmlight
PORTVERSION= 6.01
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science
MASTER_SITES= http://kodiak.cs.cornell.edu/svm_light/current/
DISTNAME= svm_light
@@ -20,10 +20,11 @@ COMMENT= An implementation of Support Vector Machines (SVMs) in C
RESTRICTED= only for education and research
-INSTALLS_SHLIB= yes
+CFLAGS+= -fPIC
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LFLAGS="${CFLAGS}"
NO_WRKSUBDIR= yes
USE_GMAKE= yes
+USE_LDCONFIG= yes
post-build:
${CC} ${CFLAGS} -shared -o ${WRKSRC}/libsvmlight.so.1 \