aboutsummaryrefslogtreecommitdiff
path: root/comms/gammu-devel
diff options
context:
space:
mode:
Diffstat (limited to 'comms/gammu-devel')
-rw-r--r--comms/gammu-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile
index afe8612a1f5f..53d9265f0cbe 100644
--- a/comms/gammu-devel/Makefile
+++ b/comms/gammu-devel/Makefile
@@ -21,6 +21,10 @@ CMAKE_ARGS+= -DINSTALL_LIBDATA_DIR=${LOCALBASE}/libdata
USE_CMAKE= yes
USE_GNOME= pkgconfig
+.if (${ARCH} == "amd64")
+USE_GCC= 4.3
+.endif
+
.if defined(WITH_PYTHON_GAMMU)
USE_PYTHON= YES
PLIST_SUB= WITH_PYTHON_GAMMU=""