aboutsummaryrefslogtreecommitdiff
path: root/net/wizd/files/patch-nkfwrap-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/wizd/files/patch-nkfwrap-Makefile')
-rw-r--r--net/wizd/files/patch-nkfwrap-Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/wizd/files/patch-nkfwrap-Makefile b/net/wizd/files/patch-nkfwrap-Makefile
new file mode 100644
index 000000000000..05aeef975bce
--- /dev/null
+++ b/net/wizd/files/patch-nkfwrap-Makefile
@@ -0,0 +1,10 @@
+--- nkfwrap/Makefile.orig
++++ nkfwrap/Makefile
+@@ -12,7 +12,6 @@
+ $(CC) -shared -o libnkf2.so nkfwrap.o
+
+ nkfwrap.o: nkf nkf/nkf.c nkf/utf8tbl.c nkf/config.h nkfwrap.c
+- $(CC) $(CFLAGS) -c nkfwrap.c
+
+ nkfwrap_test: nkfwrap_test.o nkfwrap.o
+ $(CC) $(CFLAGS) -o nkfwrap_test nkfwrap_test.o nkfwrap.o $(LDFLAGS)