aboutsummaryrefslogtreecommitdiff
path: root/graphics/Hermes/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 04:19:24 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 04:19:24 +0000
commitfdbd82412139555f4aef5ddc6cddc2260a37d947 (patch)
tree8325776cdce84f3ae1ae605b01f6c7a4419af8aa /graphics/Hermes/files
parent947d483dea6859624886054743e1e477d8cfa027 (diff)
downloadports-fdbd82412139555f4aef5ddc6cddc2260a37d947.tar.gz
ports-fdbd82412139555f4aef5ddc6cddc2260a37d947.zip
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>
Notes
Notes: svn path=/head/; revision=18404
Diffstat (limited to 'graphics/Hermes/files')
-rw-r--r--graphics/Hermes/files/patch-aa29
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/Hermes/files/patch-aa b/graphics/Hermes/files/patch-aa
new file mode 100644
index 000000000000..dab96f743a94
--- /dev/null
+++ b/graphics/Hermes/files/patch-aa
@@ -0,0 +1,29 @@
+--- 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
+ ;;