mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
- 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>
10 lines
313 B
Text
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)
|