freebsd-ports/multimedia/smpeg/files/patch-configure
Maxim Sobolev d28d7b2d2d Use c++ instead of cc for linking shared library from objects generated
from C++ code. This fixes the port on -current.
2002-07-02 12:43:46 +00:00

13 lines
287 B
Text

$FreeBSD$
--- configure 2002/07/02 12:33:37 1.1
+++ configure 2002/07/02 12:34:01
@@ -2335,6 +2335,7 @@
CFLAGS="$CFLAGS $SDL_CFLAGS"
LIBS="$LIBS $SDL_LIBS"
+CC="$REAL_CC"
echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6
echo "configure:2341: checking for sqrt in -lm" >&5