aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-09-30 21:12:51 +0800
committerarved <arved@FreeBSD.org>2003-09-30 21:12:51 +0800
commit222f99ad5664a5b2cbd7f203105e92bc6c29b742 (patch)
treea9abb32621229b320107588cd55ae6ecc68cce88 /misc
parent7c4d3325e85f56519e9ac19214ee161991565414 (diff)
downloadfreebsd-ports-graphics-222f99ad5664a5b2cbd7f203105e92bc6c29b742.tar.gz
freebsd-ports-graphics-222f99ad5664a5b2cbd7f203105e92bc6c29b742.tar.zst
freebsd-ports-graphics-222f99ad5664a5b2cbd7f203105e92bc6c29b742.zip
IA64s do not have apm.
IA64 Laptops are also very unlikely, so disable klaptop on ia64.
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 5e1bc54866d..e6b19aed20d 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 5e1bc54866d..e6b19aed20d 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"