diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-08-17 01:28:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-08-17 01:28:20 +0000 |
commit | 8c25588f4e119fd1c0a12f1ed14a9cc67bbb655b (patch) | |
tree | e79c0aa65ea8db5ea3b7de19ee4d52f3c05b0274 /comms/gammu | |
parent | f70ffacee41731879ddeee9019063653485ea8fc (diff) |
Notes
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 abb738365904..7cbf67f4e29f 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") +.if (${ARCH} == "amd64" || ${ARCH} == "sparc64") USE_GCC= 4.3 .endif |