From 9f2bd7de116fc27b5ee0eda2d7c71ca642628821 Mon Sep 17 00:00:00 2001 From: couderc Date: Sat, 12 Mar 2005 12:35:52 +0000 Subject: [PATCH] unbreak mips64, from Tamas Tevesz. --- net/openh323/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 5814722f17a..11c0be7468a 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2004/03/03 08:29:10 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.8 2005/03/12 12:35:52 couderc Exp $ BROKEN= "Needs upgrade to newer version" @@ -41,7 +41,7 @@ MAKE_ENV+= ENDIAN="PLITTLE_ENDIAN" .else . if (${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" || \ ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "powerpc" || \ - ${MACHINE_ARCH} == "hppa") + ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "mips64") MAKE_ENV+= ENDIAN="PBIG_ENDIAN" . else ERRORS+= "Fatal: Unknown endianness for ${MACHINE_ARCH}"