mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -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>
8 lines
224 B
C
8 lines
224 B
C
--- nkfwrap/nkfwrap_test.c.orig 2008-07-02 12:30:10.000000000 +0900
|
|
+++ nkfwrap/nkfwrap_test.c 2008-07-02 13:13:52.000000000 +0900
|
|
@@ -1,4 +1,5 @@
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include "nkfwrap.h"
|
|
|
|
int main()
|