diff options
author | bsam <bsam@FreeBSD.org> | 2009-11-17 19:00:20 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-11-17 19:00:20 +0800 |
commit | dedcea931611882122f2f16156c95463a4e7506e (patch) | |
tree | cbb5b20e0119282f3f44145f6d7bb9b580b2ccf5 /comms/gammu | |
parent | d0f9d6af9ae0911c2167f30c0a377e4f1f9bfebb (diff) | |
download | freebsd-ports-gnome-dedcea931611882122f2f16156c95463a4e7506e.tar.gz freebsd-ports-gnome-dedcea931611882122f2f16156c95463a4e7506e.tar.zst freebsd-ports-gnome-dedcea931611882122f2f16156c95463a4e7506e.zip |
Now gammu compiles with default compilers at FreeBSD-amd64
(and may be at sparc64 as well -- should be checked out).
Pointed out by: Andrius Morkunas <hinokind at gmail.com> (by e-mail)
Diffstat (limited to 'comms/gammu')
-rw-r--r-- | comms/gammu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 01f9292d3da6..404e1d1b8c50 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -43,7 +43,7 @@ MAN7= gammu-smsd-files.7 gammu-smsd-mysql.7 gammu-smsd-pgsql.7 \ .include <bsd.port.pre.mk> -.if (${ARCH} == "amd64" || ${ARCH} == "sparc64") +.if (${ARCH} == "sparc64") USE_GCC= 4.3 .endif |