aboutsummaryrefslogtreecommitdiff
path: root/devel/libdistance/files/patch-Makefile
diff options
context:
space:
mode:
authorJonathan Anderson <jonathan@FreeBSD.org>2015-11-26 13:39:56 +0000
committerJonathan Anderson <jonathan@FreeBSD.org>2015-11-26 13:39:56 +0000
commit0f93502c68cf2abae9fa14e66710fdaf3d0352f6 (patch)
tree5e4c7ef2f387db85d82a3b0272b6b11cc846a135 /devel/libdistance/files/patch-Makefile
parentdd50b56264a09d39ba736954a0b265dc15b521a1 (diff)
downloadports-0f93502c68cf2abae9fa14e66710fdaf3d0352f6.tar.gz
ports-0f93502c68cf2abae9fa14e66710fdaf3d0352f6.zip
Stop clobbering libdistance with its own swig wrapper.
The libdistance library should be called libdistance.so and its swig wrapper should be called libdistance_wrap.so. Approved by: brooks Differential Revision: https://reviews.freebsd.org/D4194
Notes
Notes: svn path=/head/; revision=402448
Diffstat (limited to 'devel/libdistance/files/patch-Makefile')
-rw-r--r--devel/libdistance/files/patch-Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libdistance/files/patch-Makefile b/devel/libdistance/files/patch-Makefile
index 6f19b79ba59b..efcfd74fd59d 100644
--- a/devel/libdistance/files/patch-Makefile
+++ b/devel/libdistance/files/patch-Makefile
@@ -1,7 +1,10 @@
--- Makefile.orig 2014-10-10 13:11:38 UTC
+++ Makefile
-@@ -3,6 +3,7 @@
+@@ -1,8 +1,10 @@
+ # $Id: Makefile,v 1.5 2004/11/29 21:42:14 jose Exp $
+
LIB= distance
++SHLIB_MAJOR= 1
SRCS= levenshtein.c hamming.c bloom.c needleman_wunsch.c jaccard.c
SRCS+= minkowski.c damerau.c
+INCS= distance.h