diff --git a/devel/libgpg-error/Portfile b/devel/libgpg-error/Portfile
index 35108c5187..a7b24d5871 100644
a
|
b
|
|
1 | 1 | # -*- 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 |
2 | 2 | |
3 | 3 | PortSystem 1.0 |
| 4 | PortGroup muniversal 1.0 |
| 5 | # Build generates arch-specific lock initializers |
| 6 | merger_must_run_binaries yes |
4 | 7 | |
5 | 8 | name libgpg-error |
6 | 9 | version 1.27 |
… |
… |
depends_lib port:libiconv \ |
28 | 31 | |
29 | 32 | patchfiles patch-configure.diff |
30 | 33 | |
| 34 | if {[variant_isset universal]} { |
| 35 | # muniversal's *.h merger does not handle \-continued lines properly |
| 36 | patchfiles-append patch-gen-posix-lock-obj_c.diff |
| 37 | configure.cppflags-append -DNO_LINE_CONT |
| 38 | } |
| 39 | |
31 | 40 | test.run yes |
32 | 41 | test.target check |
33 | 42 | |