1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/shells/bash2/files/patch-ad
Andrey A. Chernov b5ee8a0541 Fixes for freebsd,ELF,-current
Upgrade docs to 2.03
1999-05-28 01:09:20 +00:00

19 lines
456 B
Plaintext

--- 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*)