mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
A few critical patches got merged upstream, a few new were required to maintain LibreSSL support and fix other new issues. Note that slice2py moved from devel/py-ice to devel/ice. Approved by: mentors (implicit)
11 lines
543 B
Text
11 lines
543 B
Text
--- cpp/src/IceSSL/Makefile.orig 2015-09-14 22:49:55.236652991 +0000
|
|
+++ cpp/src/IceSSL/Makefile 2015-09-14 22:50:11.419995991 +0000
|
|
@@ -55,7 +55,7 @@
|
|
CPPFLAGS := -I.. $(CPPFLAGS) -DICE_SSL_API_EXPORTS $(OPENSSL_FLAGS)
|
|
SLICE2CPPFLAGS := --ice --include-dir IceSSL --dll-export ICE_SSL_API $(SLICE2CPPFLAGS)
|
|
|
|
-LINKWITH := $(BZIP2_RPATH_LINK) -lIce -lIceUtil $(SSL_OS_LIBS) $(CXXLIBS)
|
|
+LINKWITH := $(BZIP2_RPATH_LINK) -lIce -lIceUtil $(OPENSSL_RPATH_LINK) $(SSL_OS_LIBS) $(CXXLIBS)
|
|
|
|
ifeq ($(STATICLIBS),yes)
|
|
$(libdir)/$(LIBNAME): $(OBJS)
|