1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/objc/files/patch-ab

12 lines
251 B
Plaintext
Raw Normal View History

2000-01-10 06:31:26 +00:00
--- configure.orig Sat Jan 8 00:59:34 2000
+++ configure Sat Jan 8 00:59:44 2000
@@ -1779,7 +1779,7 @@
*mwc*)
DOTSHLIBSUFFIX=".o";;
*freebsd*)
- DOTSHLIBSUFFIX=".so.2.1";;
2000-01-10 06:31:26 +00:00
+ DOTSHLIBSUFFIX=".so.2";;
*hpux*)
DOTSHLIBSUFFIX=".sl";;
*)