Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 233099
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- work/pngcrush-1.6.4-nolib/Makefile
0
++ work/pngcrush-1.6.4-nolib/Makefile
Lines 11-17 Link Here
11
# macros --------------------------------------------------------------------
11
# macros --------------------------------------------------------------------
12
12
13
#GAS_VERSION := $(shell as --version | grep "GNU assembler" | sed -e 's/GNU assembler //' -e 's/ .*//')
13
#GAS_VERSION := $(shell as --version | grep "GNU assembler" | sed -e 's/GNU assembler //' -e 's/ .*//')
14
GAS_VERSION := $(shell as --version < /dev/null 2&>1 | grep "GNU assembler" | sed -e 's/GNU assembler //' -e 's/ .*//')
14
GAS_VERSION := $(shell as --version < /dev/null 2>&1 | sed -n -e '/GNU assembler / s/.* //p')
15
15
16
# uncomment these 2 lines only if you are using an external copy of libpng:
16
# uncomment these 2 lines only if you are using an external copy of libpng:
17
#PNGINC = /usr/local/include
17
#PNGINC = /usr/local/include

Return to bug 233099