Ticket #54746: libgpg-error-Portfile.diff

File libgpg-error-Portfile.diff, 867 bytes (added by ccorn, 7 years ago)

libgpg-error/Portfile patch for +universal

  • devel/libgpg-error/Portfile

    diff --git a/devel/libgpg-error/Portfile b/devel/libgpg-error/Portfile
    index 35108c5187..a7b24d5871 100644
    a b  
    11# -*- 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
    22
    33PortSystem      1.0
     4PortGroup       muniversal 1.0
     5# Build generates arch-specific lock initializers
     6merger_must_run_binaries yes
    47
    58name            libgpg-error
    69version         1.27
    depends_lib port:libiconv \ 
    2831
    2932patchfiles      patch-configure.diff
    3033
     34if {[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
    3140test.run        yes
    3241test.target     check
    3342