diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-06 03:17:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-06 03:17:29 +0000 |
commit | c2623f0c1b4bcab365155c2ca10133382ecffeff (patch) | |
tree | 92ecdeea38ec8cfc90debc9fcfdfe3330196c4f2 /media-libs/imlib2 | |
parent | lfs support #49836 (diff) | |
download | historical-c2623f0c1b4bcab365155c2ca10133382ecffeff.tar.gz historical-c2623f0c1b4bcab365155c2ca10133382ecffeff.tar.bz2 historical-c2623f0c1b4bcab365155c2ca10133382ecffeff.zip |
remove test/demo subdirs since they need X #48768
Diffstat (limited to 'media-libs/imlib2')
-rw-r--r-- | media-libs/imlib2/imlib2-1.1.1.20040501.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/imlib2/imlib2-1.1.1.20040501.ebuild b/media-libs/imlib2/imlib2-1.1.1.20040501.ebuild index b48a062b51af..93e865feeaf5 100644 --- a/media-libs/imlib2/imlib2-1.1.1.20040501.ebuild +++ b/media-libs/imlib2/imlib2-1.1.1.20040501.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.1.1.20040501.ebuild,v 1.1 2004/05/02 06:26:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.1.1.20040501.ebuild,v 1.2 2004/05/06 03:17:29 vapier Exp $ inherit enlightenment flag-o-matic gcc @@ -29,6 +29,7 @@ src_compile() { fi if [ "${S}" == "${WORKDIR}/${PN}" ] ; then + sed -i '/^SUBDIRS/s:test demo::' Makefile.am export MY_ECONF=" ${mymmx} \ `use_with X x` \ |