freebsd-ports/math/sage/files/patch-build_pkgs_libgap_spkg-install
Stephen Montgomery-Smith ef55c5337b - Update to 6.2.
2014-05-15 22:58:01 +00:00

12 lines
392 B
Text

--- build/pkgs/libgap/spkg-install-orig 2014-05-15 02:28:13.000000000 +0000
+++ build/pkgs/libgap/spkg-install 2014-05-15 02:29:05.000000000 +0000
@@ -42,6 +42,9 @@
done
echo "Configuring libGAP..."
+aclocal
+automake --add-missing
+autoconf
./configure --disable-static \
CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" CPPFLAGS="$CPPFLAGS" \
--with-gap_system_arch="$GAParch_system" \