diff options
Diffstat (limited to 'www/galeon/files/patch-configure')
-rw-r--r-- | www/galeon/files/patch-configure | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/www/galeon/files/patch-configure b/www/galeon/files/patch-configure deleted file mode 100644 index b78ce2790640..000000000000 --- a/www/galeon/files/patch-configure +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig Fri Oct 17 01:15:31 2003 -+++ configure Fri Oct 17 01:16:29 2003 -@@ -7968,6 +7968,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -11890,8 +11891,8 @@ - ;; - FreeBSD) - USE_PTHREADS=1 -- _PTHREAD_CFLAGS="-pthread -D_THREAD_SAFE" -- _PTHREAD_LDFLAGS="";; -+ _PTHREAD_CFLAGS="%%PTHREAD_CFLAGS%%" -+ _PTHREAD_LDFLAGS="%%PTHREAD_LIBS%%";; - *) - USE_PTHREADS=1 - _PTHREAD_LDFLAGS="-lc_r";; |