aboutsummaryrefslogtreecommitdiff
path: root/science/tfel/files/patch-configure.ac
blob: 21aca931610751942085ed12eeb5dde2ac7bf72a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- configure.ac.orig	2016-09-04 19:29:53 UTC
+++ configure.ac
@@ -69,6 +69,9 @@ case $host in
 	TFEL_ARCH32="yes"
         ;;
 # machine amd opteron, 64 bits
+    amd64*bsd*)
+	TFEL_ARCH64="yes"
+        ;;
     x86_64*bsd*)
 	TFEL_ARCH64="yes"
         ;;