tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gimp upstream report?
Does anyone have a gnome bugzilla login so they can file the following
build fix against the just-updated gimp?
I've just commited a hack to pkgsrc; this is the proper fix.
------
hi, the following patch allows building on NetBSD -current where
execinfo.h is present but backtrace() and backtrace_symbols() are in
-lexecinfo.
--- configure.ac~ 2013-11-03 16:57:11.000000000 +0000
+++ configure.ac
@@ -418,6 +418,7 @@ AC_HEADER_SYS_WAIT
AC_HEADER_TIME
AC_CHECK_HEADERS(execinfo.h sys/param.h sys/time.h sys/times.h sys/wait.h
unistd.h)
+AC_CHECK_FUNCS(backtrace, , AC_CHECK_LIB(execinfo, backtrace))
AC_TYPE_PID_T
AC_FUNC_VPRINTF
------
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index