mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
- Convert to OptionsNG PR: ports/174107 Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
10 lines
367 B
Text
10 lines
367 B
Text
--- exports/Makefile.orig 2012-11-27 08:24:53.000000000 +0900
|
|
+++ exports/Makefile 2012-11-28 01:24:49.000000000 +0900
|
|
@@ -122,6 +122,7 @@
|
|
#http://stackoverflow.com/questions/7656425/makefile-ifeq-logical-or
|
|
ifeq ($(OSNAME), $(filter $(OSNAME),FreeBSD NetBSD))
|
|
|
|
+EXTRALIB += -lgfortran
|
|
so : ../$(LIBSONAME)
|
|
|
|
../$(LIBSONAME) : ../$(LIBNAME) linux.def linktest.c
|