Files
macports-ports/textproc/libiconv/files/patch-Makefile.devel
Ryan Schmidt ccdb253971 libiconv: No longer use -p1 for patches
This is no longer needed now that the cp932fix patch is gone.

See: https://trac.macports.org/ticket/58523
2019-06-24 06:12:46 -05:00

12 lines
460 B
Makefile

--- Makefile.devel.orig 2019-04-26 14:00:57.000000000 -0500
+++ Makefile.devel 2019-06-24 06:10:29.000000000 -0500
@@ -118,7 +118,7 @@
$(CC) $(CFLAGS) lib/genaliases.c -o genaliases
./genaliases lib/aliases.gperf canonical.sh canonical_local.sh
$(RM) genaliases
- $(GPERF) -m 10 lib/aliases.gperf > tmp.h
+ $(GPERF) lib/aliases.gperf > tmp.h
$(CP) tmp.h lib/aliases.h
sh canonical.sh > lib/canonical.h
sh canonical_local.sh > lib/canonical_local.h