You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
pgAdmin3: fix overlinking
This commit is contained in:
@@ -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} \
|
||||
|
||||
@@ -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}" = ""
|
||||
Reference in New Issue
Block a user