mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
* 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)
11 lines
410 B
Text
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.
|