summaryrefslogtreecommitdiff
path: root/shells/bash2/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash2/files/patch-ad')
-rw-r--r--shells/bash2/files/patch-ad18
1 files changed, 18 insertions, 0 deletions
diff --git a/shells/bash2/files/patch-ad b/shells/bash2/files/patch-ad
new file mode 100644
index 000000000000..b24eada42810
--- /dev/null
+++ b/shells/bash2/files/patch-ad
@@ -0,0 +1,18 @@
+--- support/shobj-conf.bak Tue Dec 29 23:05:29 1998
++++ support/shobj-conf Fri May 28 04:34:07 1999
+@@ -86,13 +86,13 @@
+ SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)'
+ ;;
+
+-freebsd3*)
++freebsd[34]*)
+ SHOBJ_CFLAGS=-fpic
+ SHOBJ_LD='${CC}'
+ SHOBJ_LDFLAGS='-shared'
+
+ SHLIB_XLDFLAGS='-R$(libdir)'
+- SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)'
++ SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)'
+ ;;
+
+ linux*)