From 3d1a27e9305d196e1eab75ce101e25045f915a38 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Tue, 30 Sep 2003 13:12:51 +0000 Subject: IA64s do not have apm. IA64 Laptops are also very unlikely, so disable klaptop on ia64. --- deskutils/kcharselect/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deskutils/kcharselect') diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile index 5e1bc54866db..e6b19aed20dd 100644 --- a/deskutils/kcharselect/Makefile +++ b/deskutils/kcharselect/Makefile @@ -28,8 +28,8 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 -#klaptop doesn't like alpha because alpha doesn't support apm -.if ${MACHINE_ARCH} == "alpha" +#klaptop doesn't like alpha and ia64 because they don't support apm +.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "ia64") WITHOUT_KLAPTOP =yes .endif # ${MACHINE_ARCH} == "alpha" -- cgit v1.2.3