Ticket #24380: Portfile.diff
File Portfile.diff, 804 bytes (added by tenomoto (Takeshi Enomoto), 15 years ago) |
---|
-
Portfile
52 52 reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl|" ${f} 53 53 } 54 54 } 55 # reinplace "s|dynamiclib|dynamiclib ${configure.cc_archflags}|" ${worksrcpath}/configure 55 56 } 56 57 57 58 use_autoreconf yes … … 60 61 # Make included JasPer uses its own headers rather than the system ones 61 62 configure.cppflags-delete "-I${prefix}/include" 62 63 configure.cppflags-append "-isystem${prefix}/include" 64 configure.ldflags-append ${configure.cc_archflags} 63 65 64 66 # gs8.71: The default optimization flag (-O2) causes pdfwrite's strange 'Memory fault' problem. 65 67 # See also: http://bugs.ghostscript.com/show_bug.cgi?id=691005