aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-07-25 14:37:57 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-07-25 14:37:57 +0000
commitcf1bd6bb987508c243c6cc9bd16e6c071ffc370b (patch)
treeccc13fa6a4f6fae1cfb6416f848a440f07807fb6 /comms
parent0a201b77e718b47c024bb9891125983f1e6c4ad0 (diff)
downloadports-cf1bd6bb987508c243c6cc9bd16e6c071ffc370b.tar.gz
ports-cf1bd6bb987508c243c6cc9bd16e6c071ffc370b.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/gammu-devel/Makefile8
-rw-r--r--comms/gammu/Makefile8
2 files changed, 8 insertions, 8 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile
index 53d9265f0cbe..abb738365904 100644
--- a/comms/gammu-devel/Makefile
+++ b/comms/gammu-devel/Makefile
@@ -21,10 +21,6 @@ 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=""
@@ -47,6 +43,10 @@ MAN7= gammu-smsd-files.7 gammu-smsd-mysql.7 gammu-smsd-pgsql.7 \
.include <bsd.port.pre.mk>
+.if (${ARCH} == "amd64")
+USE_GCC= 4.3
+.endif
+
post-patch:
@${REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config
.if ${OSVERSION} < 700042
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile
index 53d9265f0cbe..abb738365904 100644
--- a/comms/gammu/Makefile
+++ b/comms/gammu/Makefile
@@ -21,10 +21,6 @@ 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=""
@@ -47,6 +43,10 @@ MAN7= gammu-smsd-files.7 gammu-smsd-mysql.7 gammu-smsd-pgsql.7 \
.include <bsd.port.pre.mk>
+.if (${ARCH} == "amd64")
+USE_GCC= 4.3
+.endif
+
post-patch:
@${REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config
.if ${OSVERSION} < 700042