summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-07-25 13:57:41 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-07-25 13:57:41 +0000
commit226db1ac896f9178dba86d33496bb162057cb45f (patch)
tree7e0f12f854681ad6b514787b521d257eaed7a80f /comms
parentMake PREFIX safe (diff)
Use GCC=4.3 to fix build at FreeBSD-amd64 (the port doesn't
compile with other gcc versions). Do not bump PORTREVISION. Reported by: QAT
Notes
Notes: svn path=/head/; revision=238358
Diffstat (limited to 'comms')
-rw-r--r--comms/gammu-devel/Makefile4
-rw-r--r--comms/gammu/Makefile4
2 files changed, 8 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=""
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile
index afe8612a1f5f..53d9265f0cbe 100644
--- a/comms/gammu/Makefile
+++ b/comms/gammu/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=""