summaryrefslogtreecommitdiff
path: root/databases/libsdb/files/patch-Makefiles_Other
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-12 23:51:09 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-12 23:51:09 +0000
commitc4052f10a08544361f666dbf9df6e8c45be31a6a (patch)
tree80b37eeedc3453ae266f18c01bac9f74ed457ea1 /databases/libsdb/files/patch-Makefiles_Other
parentUpdate to 2.6.22. (diff)
Update to 0.6.1
PR: ports/86030 Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br>
Notes
Notes: svn path=/head/; revision=142554
Diffstat (limited to 'databases/libsdb/files/patch-Makefiles_Other')
-rw-r--r--databases/libsdb/files/patch-Makefiles_Other22
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/libsdb/files/patch-Makefiles_Other b/databases/libsdb/files/patch-Makefiles_Other
new file mode 100644
index 000000000000..2eb4c90a5aaa
--- /dev/null
+++ b/databases/libsdb/files/patch-Makefiles_Other
@@ -0,0 +1,22 @@
+--- Makefiles/Other.orig Tue Sep 13 00:26:50 2005
++++ Makefiles/Other Tue Sep 13 00:27:45 2005
+@@ -24,16 +24,13 @@
+
+ $(SHAREDLIB): $(SHAREDOBJ)
+ rm -f $(SHAREDLIB)
+- gcc -fPIC -shared -lc \
++ $(CC) -fPIC -shared \
+ -o $(SOVERSION) $(SHAREDOBJ)
+ ln -s $(SOVERSION) $(SHAREDLIB)
+
+ install-lib: $(STATICLIB) $(SHAREDLIB)
+- make uninstall-lib
+- make all
+- mkdir -p $(LIBDIR)
+- cp $(SOVERSION) $(LIBDIR)
+- cp $(STATICLIB) $(LIBDIR)
++ $(BSD_INSTALL_PROGRAM) $(SOVERSION) $(LIBDIR)
++ $(BSD_INSTALL_DATA) $(STATICLIB) $(LIBDIR)
+ cd $(LIBDIR) && ln -s $(SOVERSION) $(SHAREDLIB)
+ cd $(LIBDIR) && ln -s $(SOVERSION) $(SONAME)
+