diff options
author | thierry <thierry@FreeBSD.org> | 2014-03-17 20:56:04 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2014-03-17 20:56:04 +0800 |
commit | b9e35341b7e376b3a06b41eb66470cb3c9341b9e (patch) | |
tree | 5dcd3a0c9eec3383c4e3b7601ff2166f9104ea53 /math | |
parent | e8e197af6f27960a8347d17aea6d3b9859543b1e (diff) | |
download | freebsd-ports-gnome-b9e35341b7e376b3a06b41eb66470cb3c9341b9e.tar.gz freebsd-ports-gnome-b9e35341b7e376b3a06b41eb66470cb3c9341b9e.tar.zst freebsd-ports-gnome-b9e35341b7e376b3a06b41eb66470cb3c9341b9e.zip |
Set USES+=fortran. This sets LDFLAGS so rkward links with libgcc_s
from lang/gcc instead of base system libgcc_s which is too old for
libgfortran.
Obtained from: tijl
Diffstat (limited to 'math')
-rw-r--r-- | math/rkward-kde4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/rkward-kde4/Makefile b/math/rkward-kde4/Makefile index 0c75a441a252..667687c9c0ce 100644 --- a/math/rkward-kde4/Makefile +++ b/math/rkward-kde4/Makefile @@ -24,7 +24,7 @@ USE_QT4= qmake_build moc_build rcc_build uic_build phonon USE_KDE4= kdehier kdeprefix automoc4 kdelibs USE_PHP= yes WANT_PHP_CLI= yes -USES= cmake gettext +USES= cmake gettext fortran INSTALLS_ICONS= yes CFLAGS+= -I${LOCALBASE}/include |