forked from amazingfate/loongoffice
- from libxml2-configure.patch: * drop config.sub Android stuff (obsolete) * drop Makefile.in disabling targets for Android (hypothetically obsolete) * drop xmlversion.h changes (pointless - configure.js generates it) * split out libxml2-freebsd.patch.1 * split out libxml2-config.patch.1 - drop libxml2-long-path.patch (integrated upstream) - drop libxml2-gnome599717.patch (obsolete) - drop libxml2-xpath.patch (obsolete) - drop libxml2-latin.patch (obsolete) - drop libxml2-aix.patch: presumably don't need special check for V7BETA since it's released now - drop libxml2-mingw.patch: actually appears to patch a MSVC-specific part of the file so is obsolete anyway Change-Id: I87bf8968bd4a554852a2791420a5d0db822beeaa
16 lines
357 B
Groff
16 lines
357 B
Groff
Usual patch to produce Linux-like .so files on FreeBSD
|
|
|
|
--- a/ltmain.sh 2009-10-06 17:39:54.000000000 +0100
|
|
+++ b/ltmain.sh 2009-12-17 11:43:56.000000000 +0000
|
|
@@ -6271,8 +6271,8 @@
|
|
;;
|
|
|
|
freebsd-elf)
|
|
- major=".$current"
|
|
- versuffix=".$current"
|
|
+ major=.`expr $current - $age`
|
|
+ versuffix=".$major.$age.$revision";
|
|
;;
|
|
|
|
irix | nonstopux)
|