cd91a67165
- Use option helpers, GC no longer needed WANT_GNOME, sort USES, and include b.p.m. bits just once at the end - Drop explicit "support" for ia64: the port is marked broken on it, while the architecture itself was never a first-class citizen in FreeBSD and official killed in -CURRENT for a while now
12 lines
353 B
Text
12 lines
353 B
Text
--- configure.orig 2006-03-01 18:59:55 UTC
|
|
+++ configure
|
|
@@ -5669,7 +5669,8 @@ test -n "$target_alias" &&
|
|
COMPLIB_ARCH=CONFIG_GENERIC
|
|
case "$target" in
|
|
i386* | i486* | i686* ) COMPLIB_ARCH=CONFIG_X86;;
|
|
-ppc* ) COMPLIB_ARCH=CONFIG_PPC;;
|
|
+amd64* ) COMPLIB_ARCH=CONFIG_X86_64;;
|
|
+powerpc* ) COMPLIB_ARCH=CONFIG_PPC;;
|
|
esac
|
|
|
|
|