summaryrefslogtreecommitdiff
path: root/devel/directfb/files/patch-configure.in
blob: d28fa4b67f55336252bb232edc44b99b5a3fbd48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- configure.in.orig	2012-05-23 13:43:12 UTC
+++ configure.in
@@ -222,12 +222,12 @@ case "$target_or_host" in
     AC_DEFINE(ARCH_X86_64,1,[Define to 1 if you are compiling for AMD64.])
     ;;
 
-  *arm*)
+  *arm* | *aarch64* )
     have_arm=yes
 	AC_DEFINE(ARCH_ARM,1,[Define to 1 if you are compiling for ARM.])
     ;;
 
-  ppc-*-linux* | powerpc-*)
+  ppc-*-linux* | powerpc*)
     have_ppc=yes
     AC_DEFINE(ARCH_PPC,1,[Define to 1 if you are compiling for PowerPC.])
     ;;