diff options
author | 2008-02-04 18:39:52 +0000 | |
---|---|---|
committer | 2008-02-04 18:39:52 +0000 | |
commit | 58142a9418bbf52fbe95d1093ee032c428d093d4 (patch) | |
tree | 6eb85a7c5208a911b0131a0d6e5bd26fcbfb2060 /app-doc/doxygen/doxygen-1.4.4.ebuild | |
parent | amd64 stable wrt #208142 (diff) | |
download | historical-58142a9418bbf52fbe95d1093ee032c428d093d4.tar.gz historical-58142a9418bbf52fbe95d1093ee032c428d093d4.tar.bz2 historical-58142a9418bbf52fbe95d1093ee032c428d093d4.zip |
s/ppc-macos/macosx/
Package-Manager: portage-2.1.3.19
RepoMan-Options: --force
Diffstat (limited to 'app-doc/doxygen/doxygen-1.4.4.ebuild')
-rw-r--r-- | app-doc/doxygen/doxygen-1.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/doxygen/doxygen-1.4.4.ebuild b/app-doc/doxygen/doxygen-1.4.4.ebuild index 9a7e8988d7dc..127297a1fe85 100644 --- a/app-doc/doxygen/doxygen-1.4.4.ebuild +++ b/app-doc/doxygen/doxygen-1.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.4.ebuild,v 1.22 2007/07/12 19:20:57 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.4.ebuild,v 1.23 2008/02/04 18:39:52 grobian Exp $ inherit eutils toolchain-funcs qt3 @@ -24,7 +24,7 @@ DEPEND=">=sys-apps/sed-4 src_unpack() { unpack ${A} cd "${S}" - # use CFLAGS and CXXFLAGS (on linux and ppc-macos) + # use CFLAGS and CXXFLAGS (on linux and macosx) sed -i.orig -e "s:^\(TMAKE_CFLAGS_RELEASE\t*\)= .*$:\1= ${CFLAGS}:" \ -e "s:^\(TMAKE_CXXFLAGS_RELEASE\t*\)= .*$:\1= ${CXXFLAGS}:" \ tmake/lib/{linux-g++,macosx-c++}/tmake.conf |