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 | d93bf08b8fcf93b6084b057e0205ffbbab4f551a (patch) | |
tree | 31de54950b59f0671733be2ad05ccf7e0046ee25 /media-libs/imlib2 | |
parent | lfs support #49836 (diff) | |
download | gentoo-2-d93bf08b8fcf93b6084b057e0205ffbbab4f551a.tar.gz gentoo-2-d93bf08b8fcf93b6084b057e0205ffbbab4f551a.tar.bz2 gentoo-2-d93bf08b8fcf93b6084b057e0205ffbbab4f551a.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` \ |