ports/devel/rudiments/files/patch-configure
Dmitry Sivachenko 2ddcd2421b Update to version 0.26.3. Merge some changes from the following PR.
PR:		66645
Submitted by:	Thierry Thomas <thierry@pompo.net>
2004-05-28 11:51:54 +00:00

31 lines
760 B
Text

--- configure.orig Tue Dec 30 20:12:47 2003
+++ configure Fri May 28 15:32:46 2004
@@ -1505,7 +1505,7 @@
enableval="$enable_debug"
CXXFLAGS="-g -pg -fno-exceptions -Wall"; INSTALLSTRIP=""
else
- CXXFLAGS="-fomit-frame-pointer -fno-exceptions -Wall"; INSTALLSTRIP="-s"
+ CXXFLAGS="${CXXFLAGS} -fomit-frame-pointer -fno-exceptions -Wall"; INSTALLSTRIP="-s"
fi;
# Check whether --with-system-libtool or --without-system-libtool was given.
@@ -19444,8 +19444,8 @@
HAVE_PTHREAD=""
-PTHREADINCLUDES=""
-PTHREADLIB=""
+#PTHREADINCLUDES=""
+#PTHREADLIB=""
if ( test "$cross_compiling" = "yes" )
then
@@ -25251,7 +25251,7 @@
#define RUDIMENTS_VERSION "$RUDIMENTS_VERSION"
_ACEOF
-SONAME_VERSION_INFO="1:0:0"
+SONAME_VERSION_INFO="0:0:0"