1
0
forked from ports/contrib

p5-cairo: remove forced -pipe

This commit is contained in:
Alexandr Savca 2020-12-10 17:57:56 +02:00
parent efa5ff03c1
commit f60beca8b4
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF354POpgoLuXB1uDxQU7AQMfxb7AyRpCCvxkac8rUzF0Os08NH6md7M/GpLSbpZ+PcGXc59S+3OI3sWcHg7YhPQg=
SHA256 (Pkgfile) = 7ddd350cb7ba08c246d1a236d3cf288ebe3bfb298c023ea4c46854abd22fab49
RWSagIOpLGJF39g11JARHkCLJyUqxigbNWf8V/QV700ezNbZ0cfa1PEPckZG55VXOkp+mk6kIF3iSriLFsH89z8MmDHs4i+LXQ0=
SHA256 (Pkgfile) = 5ef2752e6aaabd2c8ec78d428a676a69fc918fb6f9fa8e807e5270275ec596bd
SHA256 (.footprint) = de73ef896dac92a1c3aa4404c85fcf09f634696124ef360783d2525193cb7213
SHA256 (Cairo-1.108.tar.gz) = 6042cb7dc51675ab23437059c6384713c5fbbce844c4c60017d2e061948f05da

View File

@ -12,6 +12,7 @@ build() {
cd Cairo-$version
perl Makefile.PL
sed -i '/^CCFLAGS /s/-pipe //' Makefile
make OPTIMIZE="$CFLAGS"
make install DESTDIR=$PKG