diff options
author | bsam <bsam@FreeBSD.org> | 2009-07-25 21:57:41 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-07-25 21:57:41 +0800 |
commit | 2212b18b3d12a54db2104e9abd87aba4642daf58 (patch) | |
tree | b99e20d356ee1025ee20f595f7e71bc80ea3c053 /comms/gammu-devel | |
parent | bd59e6a96ee91d52b2d44f9407558ed11a7b6ad2 (diff) | |
download | freebsd-ports-gnome-2212b18b3d12a54db2104e9abd87aba4642daf58.tar.gz freebsd-ports-gnome-2212b18b3d12a54db2104e9abd87aba4642daf58.tar.zst freebsd-ports-gnome-2212b18b3d12a54db2104e9abd87aba4642daf58.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
Diffstat (limited to 'comms/gammu-devel')
-rw-r--r-- | comms/gammu-devel/Makefile | 4 |
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="" |