ports/emulators/tiemu3/files/patch-man_Makefile.in
Fernando Apesteguía 94ccb0e545 emulators/tiemu3: Modernize Makefile and fix issues
* Add LIB_DEPENDS that stage-qa says should be there
* Add USE_GNOME that stage-qa says should be there
* Add localbase to USES and remove the parts setting those in CPPFLAGS and
  LDFLAGS
* Correct the linker flag of -export-dynamic to -Wl,-E instead

PR:	252890
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2021-01-22 10:10:55 +00:00

11 lines
410 B
Text

--- man/Makefile.in.orig 2009-04-30 20:45:57 UTC
+++ man/Makefile.in
@@ -539,7 +539,7 @@ view: $(man_MANS)
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.