Ticket #32722: pango.patch

File pango.patch, 623 bytes (added by seanfarley (Sean Farley), 12 years ago)

remove the -no-undefined flag

  • dports/x11/pango/Portfile

    # 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  
    9393        }
    9494    }
    9595}
    9696
    9797configure.ldflags-append \
    98     -no-undefined \
    9998    -bind_at_load
    10099
    101100configure.args          --enable-static \
    102101                        --disable-introspection \
    103102                        --disable-silent-rules \