ports/net/wizd/files/patch-nkfwrap-Makefile
Tijl Coosemans 9edf275cfa - Ressurect net/wizd and assign to new maintainer.
- Extract files in WRKSRC rather than WRKDIR because USE_RC_SUBR=wizd
  overwrites WRKDIR/wizd.
- Remove carriage return from existing patches.
- Add patches to fix parallel build.
- Staging.

PR:		ports/182495
Submitted by:	"Scot W. Hetzel" <swhetzel@gmail.com>
2013-11-12 16:28:52 +00:00

10 lines
313 B
Text

--- 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)