]> git.pld-linux.org Git - packages/gforth.git/commitdiff
- fix for ac 2.58+
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 18 Dec 2003 22:56:23 +0000 (22:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gforth-acfix.patch -> 1.1

gforth-acfix.patch [new file with mode: 0644]

diff --git a/gforth-acfix.patch b/gforth-acfix.patch
new file mode 100644 (file)
index 0000000..b617350
--- /dev/null
@@ -0,0 +1,20 @@
+--- gforth-0.6.2/configure.in.orig     2003-12-18 23:35:27.000000000 +0100
++++ gforth-0.6.2/configure.in  2003-12-18 23:37:34.098199976 +0100
+@@ -195,7 +195,7 @@
+       power*|rs6000)
+               machine=power
+               $srcdir/mkinstalldirs arch/power
+-              AC_CHECK_FUNC(_sync_cache_range,true,AC_LIBOBJ(../arch/power/_sync_cache_range))
++              AC_CHECK_FUNC(_sync_cache_range,true,[AC_LIBOBJ(../arch/power/_sync_cache_range)])
+               #long long is broken on (at least) gcc-2.95.* for PPC
+               test x$ac_cv_sizeof_long_long = x && ac_cv_sizeof_long_long=0
+               ;;
+@@ -472,7 +472,7 @@
+ AC_CHECK_FUNCS(ftello dlopen sys_siglist getrusage)
+ AC_CHECK_TYPES(stack_t,,,[#include <signal.h>])
+ AC_DECL_SYS_SIGLIST
+-AC_CHECK_FUNC(getopt_long,true,AC_LIBOBJ(getopt); AC_LIBOBJ(getopt1))
++AC_CHECK_FUNC(getopt_long,true,[AC_LIBOBJ(getopt) AC_LIBOBJ(getopt1)])
+ AC_CHECK_FUNCS(expm1 log1p)
+ AC_REPLACE_FUNCS(rint ecvt)
+ dnl No check for select, because our replacement is no good under
This page took 0.102241 seconds and 4 git commands to generate.