From 2d470f3f516a440f1b997d7f647afebf1c2f4121 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 17 Mar 2004 12:25:04 +0000 Subject: Fix build on amd64 by linking against shared libraries instead of trying to link static libraries into a shared library. Reviewed by: maintainer --- www/oops/files/patch-configure.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'www') diff --git a/www/oops/files/patch-configure.in b/www/oops/files/patch-configure.in index 8d77e9e..5106642 100644 --- a/www/oops/files/patch-configure.in +++ b/www/oops/files/patch-configure.in @@ -1,13 +1,15 @@ ---- configure.in.orig Thu Feb 12 13:38:59 2004 -+++ configure.in Thu Feb 12 13:44:17 2004 -@@ -315,7 +315,6 @@ +--- configure.in.orig Tue Oct 14 00:49:36 2003 ++++ configure.in Mon Mar 15 03:38:44 2004 +@@ -315,8 +315,7 @@ ;; freebsd*) CFLAGS="$CFLAGS -D_REENTRANT -DFREEBSD -D_THREAD_SAFE -DFD_SETSIZE=2048 -I." - CXX=g++ - CXXSOFLAGS="-shared -Xlinker -Bstatic" +- CXXSOFLAGS="-shared -Xlinker -Bstatic" ++ CXXSOFLAGS="-shared" LIBS="$LEXLIB $LIBS" if test "$large_files" = "yes" ; then + ## FreeBSD need no any special flags for 64bit files @@ -328,14 +327,14 @@ rel=`uname -r` case "$rel" in -- cgit v1.1