diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 08:50:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 08:50:03 +0000 |
commit | 47f4055c96fed585c37adf4e3a588c38e6e3e51b (patch) | |
tree | 4c3f9f90b13d5973834569551707670a04a9f41a /databases/qt-ibase-plugin/Makefile | |
parent | 297940cafe038c4c09b7eccc1c048f7a47ccf57f (diff) | |
download | ports-47f4055c96fed585c37adf4e3a588c38e6e3e51b.tar.gz ports-47f4055c96fed585c37adf4e3a588c38e6e3e51b.zip |
Notes
Diffstat (limited to 'databases/qt-ibase-plugin/Makefile')
-rw-r--r-- | databases/qt-ibase-plugin/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/databases/qt-ibase-plugin/Makefile b/databases/qt-ibase-plugin/Makefile index 8a2ed2fbfe42..e9e726a155fc 100644 --- a/databases/qt-ibase-plugin/Makefile +++ b/databases/qt-ibase-plugin/Makefile @@ -36,4 +36,12 @@ MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" PLUGIN="${PLUGIN}" \ USE_X_PREFIX= yes PLIST_SUB= DB=${DB} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + +.include <bsd.port.post.mk> |