Files
pkgsrc-ng/lang/gcc48/patches/patch-libffi_configure
2016-01-21 23:40:00 +01:00

34 lines
1.1 KiB
Plaintext

$NetBSD: patch-libffi_configure,v 1.1 2014/05/31 13:06:25 ryoon Exp $
--- libffi/configure.orig 2014-05-22 09:13:48.000000000 +0000
+++ libffi/configure
@@ -10329,7 +10329,7 @@ openbsd*)
*) need_version=no ;;
esac
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+ #finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH
if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
case $host_os in
@@ -11493,6 +11493,9 @@ case "$host" in
hppa*-*-linux* | parisc*-*-linux* | hppa*-*-openbsd*)
TARGET=PA_LINUX; TARGETDIR=pa
;;
+ hppa-*-openbsd*)
+ TARGET=PA_LINUX; TARGETDIR=pa
+ ;;
hppa*64-*-hpux*)
TARGET=PA64_HPUX; TARGETDIR=pa
;;
@@ -11550,6 +11553,9 @@ case "$host" in
TARGET=POWERPC; TARGETDIR=powerpc
HAVE_LONG_DOUBLE_VARIANT=1
;;
+ powerpc-*-openbsd*)
+ TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
+ ;;
powerpc-*-amigaos*)
TARGET=POWERPC; TARGETDIR=powerpc
;;