mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- Fix build with new GCC and remove BROKEN - Regenerate patches to make portlint(1) happy - Add fortran to USES - Bump PORTREVISION PR: 205241 Submitted by: Carlos J. Puga Medina <cpm@fbsd.es> Approved by: junovitch (mentor)
10 lines
198 B
Text
10 lines
198 B
Text
--- exports/Makefile.orig 2010-02-05 16:01:00 UTC
|
|
+++ exports/Makefile
|
|
@@ -106,6 +106,7 @@ so : ../$(LIBSONAME)
|
|
endif
|
|
|
|
ifeq ($(OSNAME), FreeBSD)
|
|
+EXTRALIB += -lgfortran
|
|
|
|
so : ../$(LIBSONAME)
|
|
|