mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 06:49:18 -04:00
22 lines
774 B
Text
22 lines
774 B
Text
--- configure.orig 2009-06-24 23:35:54.000000000 +0200
|
|
+++ configure 2009-07-03 19:35:52.000000000 +0200
|
|
@@ -2047,7 +2047,7 @@
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
if test -n "$ac_tool_prefix"; then
|
|
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
|
|
-set dummy ${ac_tool_prefix}gcc; ac_word=$2
|
|
+set dummy ${ac_tool_prefix}$CXX; ac_word=$2
|
|
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
if test "${ac_cv_prog_CC+set}" = set; then
|
|
@@ -7878,8 +7878,8 @@
|
|
no_lua="yes"
|
|
;;
|
|
*)
|
|
- CPPFLAGS="-I$with_liblua/include $CPPFLAGS"
|
|
- LDFLAGS="-L$with_liblua/lib $LDFLAGS"
|
|
+ CPPFLAGS="-I${LUA_INCDIR} $CPPFLAGS"
|
|
+ LDFLAGS="-L${LUA_LIBDIR} $LDFLAGS"
|
|
;;
|
|
esac
|
|
|