diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/kdf/Makefile | 4 | ||||
-rw-r--r-- | sysutils/kfloppy/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sweeper/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index 5e1bc54866db..e6b19aed20dd 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/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/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index 5e1bc54866db..e6b19aed20dd 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/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/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile index 5e1bc54866db..e6b19aed20dd 100644 --- a/sysutils/sweeper/Makefile +++ b/sysutils/sweeper/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" |