328d02d88e
For unbreak: - pass FFLAGS to the build - fix several errors in C - remove the failing 'ex' command from makefile Reported by: fallout Approved by: portmgr (unbreak)
13 lines
414 B
Text
13 lines
414 B
Text
- disable ex: it breaks the build, not sure why is it there
|
|
|
|
--- src/surf/Makefile.orig 2022-07-15 23:19:54 UTC
|
|
+++ src/surf/Makefile
|
|
@@ -58,7 +58,7 @@ depend: $(DEPEND)
|
|
@ echo '$$r makedep' >>eddep
|
|
@ echo 'w' >>eddep
|
|
@ cp Makefile Makefile.bak
|
|
- @ ex - Makefile < eddep
|
|
+ #@ ex - Makefile < eddep
|
|
@ rm eddep makedep
|
|
@ echo ' ' >> Makefile
|
|
@ echo '# DEPENDENCIES MUST END AT END OF FILE' >> Makefile
|