Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145546457
D20287.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D20287.id.diff
View Options
Index: head/devel/thrift-cpp/Makefile
===================================================================
--- head/devel/thrift-cpp/Makefile
+++ head/devel/thrift-cpp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= thrift
PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= APACHE/thrift/${PORTVERSION}
@@ -20,7 +20,6 @@
DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo
-BROKEN_powerpc64= fails to compile: undefined reference to std::__throw_out_of_range_fmt
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= 'configure: error: "Error: libcrypto required."'
@@ -44,15 +43,19 @@
--without-php_extension \
--without-python \
--without-ruby \
+ --without-lua \
+ --with-qt5=no \
--without-go
-LDFLAGS+= -L${OPENSSLLIB}
-CFLAGS+= -I${OPENSSLINC}
-
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == clang
USE_CXXSTD= c++11
+.endif
+
+.if ${SSL_DEFAULT} != base
+LDFLAGS+= -L${OPENSSLLIB}
+CFLAGS+= -I${OPENSSLINC}
.endif
post-install:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 22, 7:14 AM (20 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28933847
Default Alt Text
D20287.id.diff (1 KB)
Attached To
Mode
D20287: devel/thrift-cpp: fix build with GCC-based architectures
Attached
Detach File
Event Timeline
Log In to Comment