diff options
Diffstat (limited to 'comms/gammu/Makefile')
-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 |