aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-08-17 01:28:20 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-08-17 01:28:20 +0000
commit8c25588f4e119fd1c0a12f1ed14a9cc67bbb655b (patch)
treee79c0aa65ea8db5ea3b7de19ee4d52f3c05b0274 /comms
parentf70ffacee41731879ddeee9019063653485ea8fc (diff)
downloadports-8c25588f4e119fd1c0a12f1ed14a9cc67bbb655b.tar.gz
ports-8c25588f4e119fd1c0a12f1ed14a9cc67bbb655b.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/gammu-devel/Makefile2
-rw-r--r--comms/gammu/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile
index abb738365904..7cbf67f4e29f 100644
--- a/comms/gammu-devel/Makefile
+++ b/comms/gammu-devel/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
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