mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
12 lines
420 B
Plaintext
12 lines
420 B
Plaintext
--- support/shlib-install.orig 2009-10-28 14:30:18.000000000 +0100
|
|
+++ support/shlib-install 2011-11-05 19:06:58.000000000 +0100
|
|
@@ -155,7 +155,7 @@
|
|
|
|
|
|
# FreeBSD 3.x and above can have either a.out or ELF shared libraries
|
|
-freebsd3*|freebsdaout*)
|
|
+freebsd3.*|freebsdaout*)
|
|
if [ -x /usr/bin/objformat ] && [ "`/usr/bin/objformat`" = "elf" ]; then
|
|
# libname.so -> libname.so.M
|
|
${echo} ${RM} ${INSTALLDIR}/$LINK1
|