diff options
Diffstat (limited to 'irc/kvirc-devel/files/patch-configure')
-rw-r--r-- | irc/kvirc-devel/files/patch-configure | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/irc/kvirc-devel/files/patch-configure b/irc/kvirc-devel/files/patch-configure deleted file mode 100644 index be6807eecf2c..000000000000 --- a/irc/kvirc-devel/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Sat Feb 26 03:35:31 2005 -+++ configure Sat Mar 12 09:28:45 2005 -@@ -19621,7 +19621,7 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool15/ltmain.sh" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -21745,7 +21745,7 @@ - else - echo "$as_me:$LINENO: result: no..using lpthread" >&5 - echo "${ECHO_T}no..using lpthread" >&6 -- SS_THREAD_LIBLINK="-lpthread" -+ SS_THREAD_LIBLINK="-pthread" - - cat >>confdefs.h <<\_ACEOF - #define COMPILE_THREADS_USE_POSIX 1 -@@ -23316,7 +23316,7 @@ - # Set the X include and lib dir - SS_X_INCDIR="$x_includes" - SS_X_LIBDIR="$x_libraries" -- SS_X_LIBLINK="-lX11 -lXext" -+ SS_X_LIBLINK="-lX11 -lXext -pthread" - - if test -z "$SS_X_INCDIR"; then - # Ops... X headers not found ? |