mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
This is no longer needed now that the cp932fix patch is gone. See: https://trac.macports.org/ticket/58523
12 lines
460 B
Makefile
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
|