diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-04 13:40:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-04 13:40:34 +0800 |
commit | a03decc2286b353233964da3f940d12c48a0bb82 (patch) | |
tree | 007d2815622a270d4d08ae7a09d9983f0fa7a999 /sysutils/k3b-kde4/files/patch-configure | |
parent | cf1c3d26da1bcdaefd195c2dcf4696477ebdfcb6 (diff) | |
download | freebsd-ports-graphics-a03decc2286b353233964da3f940d12c48a0bb82.tar.gz freebsd-ports-graphics-a03decc2286b353233964da3f940d12c48a0bb82.tar.zst freebsd-ports-graphics-a03decc2286b353233964da3f940d12c48a0bb82.zip |
- Update to 0.12.17
PR: ports/102484
Submitted by: Heiner Eichmann <h.eichmann(at)gmx.de> (maintainer)
Diffstat (limited to 'sysutils/k3b-kde4/files/patch-configure')
-rw-r--r-- | sysutils/k3b-kde4/files/patch-configure | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/k3b-kde4/files/patch-configure b/sysutils/k3b-kde4/files/patch-configure new file mode 100644 index 00000000000..472a0eee6d4 --- /dev/null +++ b/sysutils/k3b-kde4/files/patch-configure @@ -0,0 +1,33 @@ +--- configure.orig Wed Aug 23 09:46:04 2006 ++++ configure Wed Aug 23 21:49:44 2006 +@@ -21673,10 +21673,10 @@ + + + # This can be used to rebuild libtool when needed +-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++LIBTOOL_DEPS=" /usr/local/share/libtool/ltmain.sh" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent' ++LIBTOOL='$(SHELL) /usr/local/bin/libtool --silent' + + # Prevent multiple expansion + +@@ -36974,7 +36974,7 @@ + ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + +-ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' ++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $all_libraries $LIBS 1>&5' + + + cat >conftest.$ac_ext <<_ACEOF +@@ -37019,7 +37019,7 @@ + fi + rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + OLD_LIBS=$LIBS +- LIBS="-lavformat -lavcodec -lavutil" ++ LIBS="-lavformat -lavcodec" + cat >conftest.$ac_ext <<_ACEOF + #include <ffmpeg/avformat.h> + #include <ffmpeg/avcodec.h> |