aboutsummaryrefslogtreecommitdiff
path: root/comms/gammu-devel
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/gammu-devel
parent6e3ab31f72ce1c6d1042e1ea1289faf3ab1889aa (diff)
downloadports-226db1ac896f9178dba86d33496bb162057cb45f.tar.gz
ports-226db1ac896f9178dba86d33496bb162057cb45f.zip
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/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=""