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

(-)netpbm-10.11.4.ebuild.old (-1 / +6 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/media-libs/netpbm/netpbm-10.11.4.ebuild,v 1.4 2003/01/07 21:07:34 mholzer Exp $
3
# $Header: /home/cvsroot/gentoo-x86/media-libs/netpbm/netpbm-10.11.4.ebuild,v 1.4 2003/01/07 21:07:34 mholzer Exp $
4
4
5
IUSE="svga"
5
IUSE="svga pic"
6
6
7
S=${WORKDIR}/${P}
7
S=${WORKDIR}/${P}
8
DESCRIPTION="A set of utilities for converting to/from the netpbm (and related) formats"
8
DESCRIPTION="A set of utilities for converting to/from the netpbm (and related) formats"
Lines 33-38 Link Here
33
		fi
33
		fi
34
	fi
34
	fi
35
35
36
	if [ -n "`use pic`" ]
37
	then
38
		CFLAGS="${CFLAGS} -fPIC"
39
	fi
40
36
	sed <${FILESDIR}/${PV}/Makefile.${cfg} >Makefile.config \
41
	sed <${FILESDIR}/${PV}/Makefile.${cfg} >Makefile.config \
37
		-e "s|-O3|${CFLAGS}|"
42
		-e "s|-O3|${CFLAGS}|"
38
}
43
}

Return to bug 13650