diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-07-14 14:06:06 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-07-14 14:06:06 +0000 |
commit | e731ea7944b5ae8d181506f6648f497af0cd4663 (patch) | |
tree | 1405d3f38f04acd52e8ceb9897bf159900ffe951 /devel/qtez | |
parent | Correct dependencies. (diff) |
Respect CFLAGS, add -pedantic.
However, port is still broken due to odd C++ compiler error, though this
is a different error as before.
Notes
Notes:
svn path=/head/; revision=30625
Diffstat (limited to 'devel/qtez')
-rw-r--r-- | devel/qtez/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/qtez/Makefile b/devel/qtez/Makefile index 07b55d1ce754..902f4b55f2c5 100644 --- a/devel/qtez/Makefile +++ b/devel/qtez/Makefile @@ -17,6 +17,7 @@ USE_X_PREFIX= yes USE_QT= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/qtez_src +CFLAGS+= -pedantic BROKEN= "Compiler error" |