# HG changeset patch
# User Sean Farley <sean@mcs.anl.gov>
# Date 1334611940 18000
# Node ID be8167f6b21572e3c370ea549ccb407cccd3f7ff
# Parent e8fb7018b3179b97c6cee62dd282dde7a0c811fa
pango: fix linker by dropping -no-undefined flag
diff --git a/dports/x11/pango/Portfile b/dports/x11/pango/Portfile
a
|
b
|
|
93 | 93 | } |
94 | 94 | } |
95 | 95 | } |
96 | 96 | |
97 | 97 | configure.ldflags-append \ |
98 | | -no-undefined \ |
99 | 98 | -bind_at_load |
100 | 99 | |
101 | 100 | configure.args --enable-static \ |
102 | 101 | --disable-introspection \ |
103 | 102 | --disable-silent-rules \ |