diff options
author | pb <pb@FreeBSD.org> | 2008-01-09 07:19:36 +0800 |
---|---|---|
committer | pb <pb@FreeBSD.org> | 2008-01-09 07:19:36 +0800 |
commit | ea3e0cf5ade36f489a85164746e3f787390bcd6d (patch) | |
tree | a84a061f43e7949227ce4cf21a01a2774cfb8846 /multimedia | |
parent | bac0bf5c52f2b294f6c6e609a8c72f9dc19a479b (diff) | |
download | freebsd-ports-gnome-ea3e0cf5ade36f489a85164746e3f787390bcd6d.tar.gz freebsd-ports-gnome-ea3e0cf5ade36f489a85164746e3f787390bcd6d.tar.zst freebsd-ports-gnome-ea3e0cf5ade36f489a85164746e3f787390bcd6d.zip |
Fix broken compile when port devel/libexecinfo is installed.
PR: ports/117718
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/kino/files/patch-configure.in | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/multimedia/kino/files/patch-configure.in b/multimedia/kino/files/patch-configure.in index 04726c22e365..9bbbf3b5c923 100644 --- a/multimedia/kino/files/patch-configure.in +++ b/multimedia/kino/files/patch-configure.in @@ -1,5 +1,5 @@ ---- configure.in.orig Thu Mar 8 04:52:54 2007 -+++ configure.in Sun Mar 18 00:00:50 2007 +--- configure.in.orig 2007-12-10 07:13:36.000000000 +0100 ++++ configure.in 2008-01-09 00:07:34.000000000 +0100 @@ -40,32 +40,32 @@ AC_SUBST(LIBDV_CFLAGS) AC_SUBST(LIBDV_LIBS) @@ -70,3 +70,14 @@ fi fi ]) +@@ -342,8 +342,8 @@ + # This is a feature of the GNU libc that is documented at e.g. + # http://www.gnu.org/software/libc/manual/html_node/Backtraces.html + # ###################################################################### +-AC_CHECK_HEADER(execinfo.h, [AC_DEFINE(HAVE_EXECINFO_H, 1, Wheter or not execinfo.h is present) +- EXTRA_LIBS="$EXTRA_LIBS -rdynamic"]) ++#AC_CHECK_HEADER(execinfo.h, [AC_DEFINE(HAVE_EXECINFO_H, 1, Wheter or not execinfo.h is present) ++# EXTRA_LIBS="$EXTRA_LIBS -rdynamic"]) + + # ###################################################################### + # libsamplerate |