1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/Hermes/files/patch-aa
Steve Price fdbd824121 Initial import of Hermes version 1.2.4.
A fast pixel formats conversion library.

PR:		11381
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-05-03 04:19:24 +00:00

30 lines
897 B
Plaintext

--- ltconfig.orig Mon Feb 22 16:03:35 1999
+++ ltconfig Sat May 1 21:40:42 1999
@@ -1236,7 +1236,7 @@
;;
# FreeBSD 3, at last, uses gcc -shared to do shared libraries.
- freebsd3*)
+ freebsd*)
archive_cmds='$CC -shared -o $lib $libobjs $deplibs'
hardcode_libdir_flag_spec='-R$libdir'
hardcode_direct=yes
@@ -1670,7 +1670,7 @@
shlibpath_var=PATH
;;
-freebsd2* | freebsd3*)
+freebsd*)
objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
version_type=freebsd-$objformat
case "$version_type" in
@@ -1683,7 +1683,7 @@
;;
esac
library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
- finish_cmds='PATH="$PATH:/sbin" OBJFORMAT="$objformat" ldconfig -m $libdir'
+ finish_cmds="PATH=\"\$PATH:/sbin\" OBJFORMAT=$objformat ldconfig -m \$libdir"
shlibpath_var=LD_LIBRARY_PATH
need_version=yes
;;