freebsd-ports/biology/molden/files/patch-src_surf_Makefile
Yuri Victorovich 328d02d88e biology/molden: Unbreak build; Correct WWW
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)
2022-07-15 16:34:09 -07:00

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