| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
| 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: /var/cvsroot/gentoo-x86/eclass/virtuoso.eclass,v 1.5 2010/07/19 16:15:14 reavertm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/virtuoso.eclass,v 1.6 2010/08/22 08:09:51 scarabeus Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: virtuoso.eclass |
5 | # @ECLASS: virtuoso.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Maciej Mrozowski <reavertm@gentoo.org> |
7 | # Maciej Mrozowski <reavertm@gentoo.org> |
| 8 | # |
8 | # |
| … | |
… | |
| 126 | --without-internal-zlib \ |
126 | --without-internal-zlib \ |
| 127 | ${myconf} |
127 | ${myconf} |
| 128 | } |
128 | } |
| 129 | |
129 | |
| 130 | # @FUNCTION: virtuoso_src_compile |
130 | # @FUNCTION: virtuoso_src_compile |
| 131 | # @DESCRIPTION |
131 | # @DESCRIPTION: |
| 132 | # Runs make for specified subdirs |
132 | # Runs make for specified subdirs |
| 133 | virtuoso_src_compile() { |
133 | virtuoso_src_compile() { |
| 134 | debug-print-function ${FUNCNAME} "$@" |
134 | debug-print-function ${FUNCNAME} "$@" |
| 135 | |
135 | |
| 136 | base_src_compile |
136 | base_src_compile |