diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-07-04 21:26:43 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-07-04 21:26:43 +0000 |
commit | dea56c0f036c991df31a2271b41750511444d31b (patch) | |
tree | 980d11de12956c0acff2b475222cacd3b095831f /x11-toolkits | |
parent | b78de10aa895d1d82fb5104c34c422eef7f3bd2c (diff) | |
download | ports-dea56c0f036c991df31a2271b41750511444d31b.tar.gz ports-dea56c0f036c991df31a2271b41750511444d31b.zip |
Remove -Werror from compiler flags to fix build with clang
Notes
Notes:
svn path=/head/; revision=300495
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/blt/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index 90c60cf9dd25..9e0fb4a16426 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -30,16 +30,13 @@ USE_AUTOTOOLS= libtool WRKSRC= ${WRKDIR}/blt2.4z GNU_CONFIGURE= yes -CFLAGS+= -Wall -Wno-uninitialized -DWERROR +CFLAGS+= -Wall -Wno-uninitialized CFLAGS+= -I${TK_INCLUDEDIR}/generic -I${TK_INCLUDEDIR}/unix MAKE_JOBS_SAFE= yes USE_TK= 82+ USE_XORG= x11 -post-configure: - ${REINPLACE_CMD} 's,-DWERROR,-Werror,' ${WRKSRC}/src/Makefile - post-install: ${LN} -sf libBLT24.so.3 ${PREFIX}/lib/libBLT24.so ${LN} -sf libBLTlite24.so.3 ${PREFIX}/lib/libBLTlite24.so |