ports/math/mpexpr/files/patch-unix-Makefile.in
Pietro Cerutti 76079b1b64 - Fix build with Tcl 8.6
- Take maintainership (tcltk@FreeBSD.org)
- Add LICENSE
- Switch to USES+=gmake tcl
- Add regression-test target
- STAGE-clean
2013-11-06 14:50:24 +00:00

24 lines
572 B
Text

--- unix/Makefile.in.orig 2004-06-08 04:16:40.000000000 +0200
+++ unix/Makefile.in 2013-11-06 15:14:48.000000000 +0100
@@ -219,17 +219,17 @@
# a make clobber and try LITTLE_ENDIAN. If that fails, ask a wizard
# for help.
#
-BYTE_ORDER=
+#BYTE_ORDER=
#BYTE_ORDER= BIG_ENDIAN
-#BYTE_ORDER= LITTLE_ENDIAN
+BYTE_ORDER= LITTLE_ENDIAN
# Determine the number of bits in a long
#
# If in doubt, leave LONG_BITS empty. This makefile will run
# the longbits program to determine the length.
#
-LONG_BITS=
-#LONG_BITS= 32
+#LONG_BITS=
+LONG_BITS= 32
#LONG_BITS= 64