mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
no more need to patch for lua .pc filenames
This commit is contained in:
@@ -35,12 +35,3 @@ Index: configure.ac
|
||||
dnl Check for fast maths
|
||||
AX_APPEND_COMPILE_FLAGS([-fno-math-errno -funsafe-math-optimizations -fno-rounding-math -fno-signaling-nans -fcx-limited-range], [CFLAGS])
|
||||
AX_APPEND_COMPILE_FLAGS([-fno-math-errno -funsafe-math-optimizations -fno-rounding-math -fno-signaling-nans -fcx-limited-range], [CXXFLAGS])
|
||||
@@ -1758,7 +1741,7 @@ AC_ARG_ENABLE(lua,
|
||||
[disable LUA scripting support (default enabled)])])
|
||||
if test "${enable_lua}" != "no"
|
||||
then
|
||||
- PKG_CHECK_MODULES(LUA, lua5.2,
|
||||
+ PKG_CHECK_MODULES(LUA, lua52,
|
||||
[ have_lua=yes ],
|
||||
[
|
||||
AC_MSG_WARN([${LUA_PKG_ERRORS}, trying lua 5.1 instead])
|
||||
|
||||
Reference in New Issue
Block a user