mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/latte-integrale: fix build with GCC-based architectures
PR: 234183 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
parent
c4f485cf7e
commit
dd00fb8f52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487833
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ LIB_DEPENDS= lib4ti2util.so:math/4ti2 \
|
||||||
RUN_DEPENDS= lrs:math/lrslib \
|
RUN_DEPENDS= lrs:math/lrslib \
|
||||||
points2triangs:math/topcom
|
points2triangs:math/topcom
|
||||||
|
|
||||||
USES= autoreconf gmake libtool localbase:ldflags
|
USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-static \
|
CONFIGURE_ARGS= --disable-static \
|
||||||
--with-topcom=${LOCALBASE} --with-4ti2=${LOCALBASE} --with-cddlib=${LOCALBASE} --with-gmp=${LOCALBASE} --with-ntl=${LOCALBASE}
|
--with-topcom=${LOCALBASE} --with-4ti2=${LOCALBASE} --with-cddlib=${LOCALBASE} --with-gmp=${LOCALBASE} --with-ntl=${LOCALBASE}
|
||||||
|
|
Loading…
Add table
Reference in a new issue