summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/kdeutils3/Makefile4
-rw-r--r--misc/kdeutils4/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile
index 5e1bc54866db..e6b19aed20dd 100644
--- a/misc/kdeutils3/Makefile
+++ b/misc/kdeutils3/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"
diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile
index 5e1bc54866db..e6b19aed20dd 100644
--- a/misc/kdeutils4/Makefile
+++ b/misc/kdeutils4/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"