Ticket #12070: gdbm-universal.patch
File gdbm-universal.patch, 581 bytes (added by meissnem@…, 17 years ago) |
---|
-
(a) gdbm-orig vs. (b) gdbm-Portfile
a b 21 21 checksums md5 1d1b1d5c0245b1c00aff92da751e9aa1 22 22 patchfiles patch-Makefile.in 23 23 configure.args --mandir=\\\${prefix}/share/man --infodir=\\\${prefix}/share/info 24 25 post-configure { 26 if {[variant_isset universal]} { 27 reinplace "s|-dynamiclib)|-dynamiclib) ${configure.universal_ldflags}|g" ${worksrcpath}/libtool 28 } 29 } 30 24 31 pre-destroot { 25 32 reinplace "s|-o \$(BINOWN) -g \$(BINGRP)||g" ${worksrcpath}/Makefile 26 33 } 27 34 destroot.args prefix=${destroot}/${prefix} 28 35