pkgsrc/games/freeciv-share/patches/patch-dependencies_lua-5.1_src_Makefile.am

17 lines
463 B
Text

$NetBSD: patch-dependencies_lua-5.1_src_Makefile.am,v 1.1 2013/05/23 15:02:53 joerg Exp $
--- dependencies/lua-5.1/src/Makefile.am.orig 2012-03-31 12:32:31.000000000 +0000
+++ dependencies/lua-5.1/src/Makefile.am
@@ -1,10 +1,10 @@
## Process this file with automake to produce Makefile.in
-noinst_LIBRARIES = liblua.a
+noinst_LTLIBRARIES = liblua.la
AM_CPPFLAGS =
-liblua_a_SOURCES = \
+liblua_la_SOURCES = \
localluaconf.h \
lapi.c \
lapi.h \