1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Remove tweak not needed for newer libdv: it breaks build on some systems.

This commit is contained in:
Pierre Beyssac 2004-12-24 02:53:38 +00:00
parent 32fa703784
commit 798b644532
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125027

View File

@ -1,14 +1,5 @@
--- configure.orig Fri Aug 13 01:15:49 2004
+++ configure Fri Aug 13 01:15:35 2004
@@ -5325,7 +5325,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldv $LIBS"
+LIBS="-ldv -lc_r $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -5693,7 +5693,7 @@
else
{ { echo "$as_me:$LINENO: error: Unable to link with libraw1394. Check that you have libraw1394 installed" >&5