summaryrefslogtreecommitdiff
path: root/games/freeciv-share/patches/patch-dependencies_tolua-5.1_src_bin_Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'games/freeciv-share/patches/patch-dependencies_tolua-5.1_src_bin_Makefile.am')
-rw-r--r--games/freeciv-share/patches/patch-dependencies_tolua-5.1_src_bin_Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/freeciv-share/patches/patch-dependencies_tolua-5.1_src_bin_Makefile.am b/games/freeciv-share/patches/patch-dependencies_tolua-5.1_src_bin_Makefile.am
new file mode 100644
index 00000000000..818c78e503f
--- /dev/null
+++ b/games/freeciv-share/patches/patch-dependencies_tolua-5.1_src_bin_Makefile.am
@@ -0,0 +1,15 @@
+$NetBSD: patch-dependencies_tolua-5.1_src_bin_Makefile.am,v 1.1 2013/05/23 15:02:53 joerg Exp $
+
+--- dependencies/tolua-5.1/src/bin/Makefile.am.orig 2013-05-22 20:21:27.000000000 +0000
++++ dependencies/tolua-5.1/src/bin/Makefile.am
+@@ -36,8 +36,8 @@ EXTRA_tolua_SOURCES = \
+
+ tolua_DEPENDENCIES = \
+ $(LUA_AS_DEPENDENCY) \
+- ../lib/libtolua.a
++ ../lib/libtolua.la
+
+ tolua_LDFLAGS = \
+ $(LUA_LIBS) \
+- ../lib/libtolua.a -lm
++ ../lib/libtolua.la -lm