Page MenuHomeFreeBSD

D4194.diff
No OneTemporary

D4194.diff

Index: devel/libdistance/files/patch-Makefile
===================================================================
--- devel/libdistance/files/patch-Makefile
+++ 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
Index: devel/libdistance/files/patch-swig_tcl_Makefile
===================================================================
--- devel/libdistance/files/patch-swig_tcl_Makefile
+++ devel/libdistance/files/patch-swig_tcl_Makefile
@@ -4,7 +4,7 @@
# $Id: Makefile,v 1.2 2004/11/30 00:26:59 jose Exp $
-all: distance.so
-+LIB= distance
++LIB= distance_wrap
+SHLIB_MAJOR= 1
-distance_wrap.o: ../distance.i
Index: devel/libdistance/pkg-plist
===================================================================
--- devel/libdistance/pkg-plist
+++ devel/libdistance/pkg-plist
@@ -3,5 +3,9 @@
lib/libdistance.so
lib/libdistance.so.1
lib/libdistance_p.a
+lib/libdistance_wrap.a
+lib/libdistance_wrap.so
+lib/libdistance_wrap.so.1
+lib/libdistance_wrap_p.a
man/man3/distance.3.gz
tests/libdistance/test

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 10, 4:37 AM (12 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15739447
Default Alt Text
D4194.diff (1 KB)

Event Timeline