diff options
author | linimon <linimon@FreeBSD.org> | 2009-08-17 09:28:20 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-08-17 09:28:20 +0800 |
commit | f7b04aedba7bfc45c74d75b83f9a3cde922ff009 (patch) | |
tree | 52a4e1d2d5402cfba06ebae313059ee7286cdefd /comms/gammu | |
parent | 1fd0cd123b4d5ed27c790738f31b73e4d21d09e1 (diff) | |
download | freebsd-ports-gnome-f7b04aedba7bfc45c74d75b83f9a3cde922ff009.tar.gz freebsd-ports-gnome-f7b04aedba7bfc45c74d75b83f9a3cde922ff009.tar.zst freebsd-ports-gnome-f7b04aedba7bfc45c74d75b83f9a3cde922ff009.zip |
Mark as needing specific version on sparc64 as well: default version
gets internal error.
Hat: portmgr
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 |