diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-02-01 07:39:55 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-02-01 07:39:55 +0800 |
commit | 5cba9a26b938940ec3e56572668d95848c90bffe (patch) | |
tree | a4dc395dd4406b6de3337a3363de3438b834a9ee /mail | |
parent | 190e7ce52676a844ce10d740fbc38672ddb08cc7 (diff) | |
download | freebsd-ports-gnome-5cba9a26b938940ec3e56572668d95848c90bffe.tar.gz freebsd-ports-gnome-5cba9a26b938940ec3e56572668d95848c90bffe.tar.zst freebsd-ports-gnome-5cba9a26b938940ec3e56572668d95848c90bffe.zip |
- Fix build on CURRENT by using gcc for now
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail-mysql/Makefile | 1 | ||||
-rw-r--r-- | mail/qmail-spamcontrol/Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/mail/qmail-mysql/Makefile b/mail/qmail-mysql/Makefile index 065b212e9045..cb48c61a92aa 100644 --- a/mail/qmail-mysql/Makefile +++ b/mail/qmail-mysql/Makefile @@ -16,6 +16,7 @@ MYSQL_PATCH_VERSION= 1.1.15 SLAVE_MYSQL= yes USE_MYSQL= yes +USE_GCC= any MASTERDIR= ${.CURDIR}/../qmail DESCR= ${.CURDIR}/pkg-descr diff --git a/mail/qmail-spamcontrol/Makefile b/mail/qmail-spamcontrol/Makefile index c3d2e6746d94..ab554e1fb3ce 100644 --- a/mail/qmail-spamcontrol/Makefile +++ b/mail/qmail-spamcontrol/Makefile @@ -19,6 +19,8 @@ EXTRA_PATCHES+= ${MASTERDIR}/files/patch-install.c \ ${MASTERDIR}/files/patch-Makefile \ ${MASTERDIR}/files/patch-auto_uids-c-dist +USE_GCC= any + # Distfiles QMAIL_DIST= ${PORTNAME}-${QMAIL_VERSION}${EXTRACT_SUFX} SPAMCONTROL_DIST= spamcontrol-${SPAMCONTROL_VERSION}_tgz.bin |