diff options
author | arved <arved@FreeBSD.org> | 2003-11-26 02:57:36 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-11-26 02:57:36 +0800 |
commit | 8d02851893088fbd6325b8f856c6d36f021ad541 (patch) | |
tree | ad68cb4baecad65ecf87a115e660ceeeef6a54a8 /sysutils | |
parent | b9e41154e2f7142e8e0b30e14a0c731c1d95e6d6 (diff) | |
download | freebsd-ports-gnome-8d02851893088fbd6325b8f856c6d36f021ad541.tar.gz freebsd-ports-gnome-8d02851893088fbd6325b8f856c6d36f021ad541.tar.zst freebsd-ports-gnome-8d02851893088fbd6325b8f856c6d36f021ad541.zip |
- AMD64 has no APM
- Revert logic, i386 seems to be the only ARCH with APM
Submitted by: Adriaan de Groot
Approved by: portmgr (marcus)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/kdf/Makefile | 6 | ||||
-rw-r--r-- | sysutils/kfloppy/Makefile | 6 | ||||
-rw-r--r-- | sysutils/sweeper/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index 859e72f5166a..9377ff6c1376 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/Makefile @@ -28,10 +28,10 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 -#klaptop doesn't like alpha and ia64 because they don't support apm -.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "ia64") +#klaptop needs APM, which is i386 only +.if ${MACHINE_ARCH} != "i386" WITHOUT_KLAPTOP =yes -.endif # ${MACHINE_ARCH} == "alpha" +.endif .if defined(WITHOUT_KLAPTOP) DO_NOT_COMPILE+=klaptopdaemon diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index 859e72f5166a..9377ff6c1376 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/Makefile @@ -28,10 +28,10 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 -#klaptop doesn't like alpha and ia64 because they don't support apm -.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "ia64") +#klaptop needs APM, which is i386 only +.if ${MACHINE_ARCH} != "i386" WITHOUT_KLAPTOP =yes -.endif # ${MACHINE_ARCH} == "alpha" +.endif .if defined(WITHOUT_KLAPTOP) DO_NOT_COMPILE+=klaptopdaemon diff --git a/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile index 859e72f5166a..9377ff6c1376 100644 --- a/sysutils/sweeper/Makefile +++ b/sysutils/sweeper/Makefile @@ -28,10 +28,10 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 -#klaptop doesn't like alpha and ia64 because they don't support apm -.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "ia64") +#klaptop needs APM, which is i386 only +.if ${MACHINE_ARCH} != "i386" WITHOUT_KLAPTOP =yes -.endif # ${MACHINE_ARCH} == "alpha" +.endif .if defined(WITHOUT_KLAPTOP) DO_NOT_COMPILE+=klaptopdaemon |