Permalink
Browse files
libgpg-error 1.28: fix build on PPC Tiger
- Loading branch information
Showing
with
5 additions
and
0 deletions.
-
+5
−0
devel/libgpg-error/Portfile
|
|
@@ -29,6 +29,11 @@ depends_lib port:libiconv \ |
|
|
|
|
|
patchfiles patch-configure.diff |
|
|
|
|
|
# fix build on Tiger see https://trac.macports.org/ticket/55145 |
|
|
platform darwin 8 { |
|
|
configure.cppflags-append -D__DARWIN_UNIX03 |
|
|
} |
|
|
|
|
|
if {[variant_isset universal]} { |
|
|
# muniversal's *.h merger does not handle \-continued lines properly |
|
|
merger_must_run_binaries yes |
|
|
|