Permalink
Browse files
ghostscript: Better workaround for wrong order of -L flags
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
print/ghostscript/Portfile
|
|
@@ -1,7 +1,6 @@ |
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup conflicts_build 1.0 |
|
|
PortGroup muniversal 1.0 |
|
|
|
|
|
name ghostscript |
|
|
@@ -91,7 +90,8 @@ post-patch { |
|
|
} |
|
|
|
|
|
# https://trac.macports.org/ticket/56137 |
|
|
conflicts_build ${name} |
|
|
configure.ldflags-prepend \ |
|
|
-Lsobin |
|
|
|
|
|
use_autoreconf yes |
|
|
autoreconf.args -fv |
|
|
|