diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/kgpg-kde4/Makefile | 4 | ||||
-rw-r--r-- | security/kwallet/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile index 5e1bc54866db..e6b19aed20dd 100644 --- a/security/kgpg-kde4/Makefile +++ b/security/kgpg-kde4/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/security/kwallet/Makefile b/security/kwallet/Makefile index 5e1bc54866db..e6b19aed20dd 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/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" |