diff options
author | Pierre Beyssac <pb@FreeBSD.org> | 2004-12-27 21:16:14 +0000 |
---|---|---|
committer | Pierre Beyssac <pb@FreeBSD.org> | 2004-12-27 21:16:14 +0000 |
commit | 255b106c12d04ff7c63f5b073657dcc9aed4fd35 (patch) | |
tree | a93ede99fb39d0716e5669499c031c886cfc6b79 /multimedia | |
parent | 1bf03c0c636a116418cb325bc0f05b2c2cd5583d (diff) | |
download | ports-255b106c12d04ff7c63f5b073657dcc9aed4fd35.tar.gz ports-255b106c12d04ff7c63f5b073657dcc9aed4fd35.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/kino/files/patch-aa | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/kino/files/patch-aa b/multimedia/kino/files/patch-aa index fc139375ffa4..a1c585b3a30f 100644 --- a/multimedia/kino/files/patch-aa +++ b/multimedia/kino/files/patch-aa @@ -1,5 +1,14 @@ --- 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 -pthread $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 |