pgAdmin3: fix overlinking

This commit is contained in:
Mohamed Akram
2024-12-03 16:37:37 +04:00
parent 5a3e4c5fef
commit a6dc19f691
2 changed files with 23 additions and 1 deletions
+3 -1
View File
@@ -5,7 +5,7 @@ PortGroup wxWidgets 1.0
name pgAdmin3
version 1.22.2
revision 6
revision 7
categories aqua
maintainers nomaintainer
@@ -47,6 +47,8 @@ depends_lib path:lib/pkgconfig/icu-uc.pc:icu \
path:lib/libssl.dylib:openssl \
port:${wxWidgets.port}
patchfiles patch-configure.diff
configure.args --enable-appbundle \
--with-arch-${configure.build_arch} \
--with-libgcrypt=${prefix} \
+20
View File
@@ -0,0 +1,20 @@
--- configure.orig 2016-11-10 18:17:55
+++ configure 2024-12-03 16:35:02
@@ -6721,7 +6721,7 @@
if test -n "${XML2_HOME}"
then
XML2_CFLAGS=`${XML2_CONFIG} --cflags`
- XML2_LIBS=`${XML2_CONFIG} --libs`
+ XML2_LIBS=`${XML2_CONFIG} --libs --dynamic`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking libxml2 in ${XML2_HOME}" >&5
$as_echo_n "checking libxml2 in ${XML2_HOME}... " >&6; }
if test "${XML2_CFLAGS}" = "" -o "${XML2_LIBS}" = ""
@@ -6848,7 +6848,7 @@
if test -n "${XSLT_HOME}"
then
XSLT_CFLAGS=`${XSLT_CONFIG} --cflags`
- XSLT_LIBS=`${XSLT_CONFIG} --libs`
+ XSLT_LIBS=`${XSLT_CONFIG} --libs --dynamic`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking libxslt in ${XSLT_HOME}" >&5
$as_echo_n "checking libxslt in ${XSLT_HOME}... " >&6; }
if test "${XSLT_CFLAGS}" = "" -o "${XSLT_LIBS}" = ""