[BACK]Return to patch-configure CVS log [TXT][DIR] Up to [local] / ports / devel / ode / patches

File: [local] / ports / devel / ode / patches / Attic / patch-configure (download)

Revision 1.3, Mon Mar 2 11:31:45 2009 UTC (15 years, 4 months ago) by yason
Branch: MAIN
Changes since 1.2: +2 -2 lines

fixing GNU shit, move to single-precision

$OpenBSD$
--- configure.orig	Tue Feb 24 20:49:53 2009
+++ configure	Tue Feb 24 20:50:56 2009
@@ -21968,7 +21968,7 @@ else
         ODE_PRECISION=-DdSINGLE
 fi
 
-CPPFLAGS+=" $ODE_PRECISION"
+CPPFLAGS="$CPPFLAGS $ODE_PRECISION"