Ticket #20268: Portfile.diff
File Portfile.diff, 395 bytes (added by tenomoto (Takeshi Enomoto), 15 years ago) |
---|
-
Portfile
old new 36 36 37 37 configure { 38 38 reinplace "s|CC = gcc|CC = ${configure.cc}|" ${worksrcpath}/Makefile 39 if {[variant_isset universal]} { 40 reinplace "s|CFLAGS = -O2|CFLAGS = -O2 ${configure.universal_cflags}|" \ 41 ${worksrcpath}/Makefile 42 } 39 43 } 40 44 41 45 destroot {