diff options
author | arved <arved@FreeBSD.org> | 2003-09-30 21:12:51 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-09-30 21:12:51 +0800 |
commit | 222f99ad5664a5b2cbd7f203105e92bc6c29b742 (patch) | |
tree | a9abb32621229b320107588cd55ae6ecc68cce88 | |
parent | 7c4d3325e85f56519e9ac19214ee161991565414 (diff) | |
download | freebsd-ports-gnome-222f99ad5664a5b2cbd7f203105e92bc6c29b742.tar.gz freebsd-ports-gnome-222f99ad5664a5b2cbd7f203105e92bc6c29b742.tar.zst freebsd-ports-gnome-222f99ad5664a5b2cbd7f203105e92bc6c29b742.zip |
IA64s do not have apm.
IA64 Laptops are also very unlikely, so disable klaptop on ia64.
-rw-r--r-- | archivers/ark/Makefile | 4 | ||||
-rw-r--r-- | comms/kremotecontrol/Makefile | 4 | ||||
-rw-r--r-- | deskutils/kcharselect/Makefile | 4 | ||||
-rw-r--r-- | math/kcalc/Makefile | 4 | ||||
-rw-r--r-- | misc/kdeutils3/Makefile | 4 | ||||
-rw-r--r-- | misc/kdeutils4/Makefile | 4 | ||||
-rw-r--r-- | security/kgpg-kde4/Makefile | 4 | ||||
-rw-r--r-- | security/kwallet/Makefile | 4 | ||||
-rw-r--r-- | sysutils/kdf/Makefile | 4 | ||||
-rw-r--r-- | sysutils/kfloppy/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sweeper/Makefile | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 5e1bc54866db..e6b19aed20dd 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/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/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index 5e1bc54866db..e6b19aed20dd 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/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/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" diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index 5e1bc54866db..e6b19aed20dd 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/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/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" 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" 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" |