summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorryoon <ryoon>2015-03-05 14:12:18 +0000
committerryoon <ryoon>2015-03-05 14:12:18 +0000
commit7454958932e53b0c9dabe4fdbc45895d9711b3a3 (patch)
tree572aa2bc27711241b1deb843be11280832a94e2a /textproc
parent0226cadcce48ee74ef819a7b6db8017d2d9d0fba (diff)
downloadpkgsrc-7454958932e53b0c9dabe4fdbc45895d9711b3a3.tar.gz
Split test code into test target.
It fails under Cygwin always.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/lua-slnunicode/patches/patch-Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/lua-slnunicode/patches/patch-Makefile b/textproc/lua-slnunicode/patches/patch-Makefile
index 5144ffa8d34..363befafc0d 100644
--- a/textproc/lua-slnunicode/patches/patch-Makefile
+++ b/textproc/lua-slnunicode/patches/patch-Makefile
@@ -1,10 +1,10 @@
-$NetBSD: patch-Makefile,v 1.2 2014/05/03 13:01:24 alnsn Exp $
+$NetBSD: patch-Makefile,v 1.3 2015/03/05 14:12:18 ryoon Exp $
* for pkgsrc.
--- Makefile.orig 2013-09-03 15:44:50.000000000 +0000
+++ Makefile
-@@ -1,9 +1,9 @@
+@@ -1,9 +1,11 @@
# put next to lua-5.1.4
-# then make -f slnunicode-1.1a/Makefile
+# then make -f Makefile
@@ -14,6 +14,8 @@ $NetBSD: patch-Makefile,v 1.2 2014/05/03 13:01:24 alnsn Exp $
- lua-5.1.4/src/lua slnunicode-1.1a/unitest
+unicode.so: slnunico.c slnudata.c
+ gcc -I. ${CFLAGS} -shared -Wall -Os -fpic -o unicode.so slnunico.c
++
++test:
+ ${LUA_EXECUTABLE} unitest
clean: