diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-17 20:41:24 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-17 20:42:27 -0800 |
commit | 57856f23e9fc79801a2115f0026e12f9c9fa286b (patch) | |
tree | da1790be58b8ab9dd0ddd0c029436867677fec89 /math/gecode/files/patch-Makefile.in | |
parent | net/py-python-socks: Update to 2.0.1 (diff) |
math/gecode: Fix build for the GIST option.
Diffstat (limited to 'math/gecode/files/patch-Makefile.in')
-rw-r--r-- | math/gecode/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/gecode/files/patch-Makefile.in b/math/gecode/files/patch-Makefile.in new file mode 100644 index 000000000000..683ca3df1eaa --- /dev/null +++ b/math/gecode/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2021-12-18 04:22:38 UTC ++++ Makefile.in +@@ -77,7 +77,7 @@ export QT_CPPFLAGS = @QTDEFINES@ @QTINCLUDES@ + export LINKQT = @QTLIBS@ + export MPFR_CPPFLAGS = @GMP_CPPFLAGS@ @MPFR_CPPFLAGS@ + ifeq "@enable_mpfr@" "yes" +-export LINKMPFR = @MPFR_LIB_PATH@ @GMP_LIB_PATH@ @MPFR_LINK@ @GMP_LINK@ ++export LINKMPFR = $(FREEBSD_LDFLAGS) @MPFR_LIB_PATH@ @GMP_LIB_PATH@ @MPFR_LINK@ @GMP_LINK@ + else + export LINKMPFR = + endif |