summaryrefslogtreecommitdiff
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, 0 insertions, 10 deletions
diff --git a/net/wizd/files/patch-nkfwrap-Makefile b/net/wizd/files/patch-nkfwrap-Makefile
deleted file mode 100644
index 05aeef975bce..000000000000
--- a/net/wizd/files/patch-nkfwrap-Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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)