summaryrefslogtreecommitdiff
path: root/emulators/tiemu3/files/patch-man_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/tiemu3/files/patch-man_Makefile.in')
-rw-r--r--emulators/tiemu3/files/patch-man_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/tiemu3/files/patch-man_Makefile.in b/emulators/tiemu3/files/patch-man_Makefile.in
new file mode 100644
index 000000000000..101a3b77e06e
--- /dev/null
+++ b/emulators/tiemu3/files/patch-man_Makefile.in
@@ -0,0 +1,11 @@
+--- man/Makefile.in.orig 2009-04-30 16:45:57.000000000 -0400
++++ man/Makefile.in 2011-07-02 12:20:12.000000000 -0400
+@@ -539,7 +539,7 @@
+
+ dist_win: $(man_MANS)
+ groff -Tascii -man $(man_MANS) > Manpage
+- C_INCLUDE_PATH="" LIBRARY_PATH="" gcc cleaner.c -o cleaner
++ C_INCLUDE_PATH="" LIBRARY_PATH="" $(CC) cleaner.c -o cleaner
+ ./cleaner Manpage
+ rm Manpage cleaner
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.