mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
0abd8b5182
- Convert to OptionsNG PR: ports/174107 Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
11 lines
367 B
Plaintext
11 lines
367 B
Plaintext
--- 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
|