diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-09-25 12:15:56 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-09-25 12:15:56 +0000 |
commit | dd8b664920c5171b8464955954ef83a20cb05c45 (patch) | |
tree | 84299f233388a67bf16a43e56b21b0765bc05894 /x11-libs/libqglviewer/libqglviewer-2.3.1.ebuild | |
parent | x11-libs/libqglviewer: Migrated to qt4-r2 and EAPI=2 (diff) | |
download | sunrise-dd8b664920c5171b8464955954ef83a20cb05c45.tar.gz sunrise-dd8b664920c5171b8464955954ef83a20cb05c45.tar.bz2 sunrise-dd8b664920c5171b8464955954ef83a20cb05c45.zip |
x11-libs/libqglviewer: Fix my latest commit. Introduce empty src_configure phase
svn path=/sunrise/; revision=11373
Diffstat (limited to 'x11-libs/libqglviewer/libqglviewer-2.3.1.ebuild')
-rw-r--r-- | x11-libs/libqglviewer/libqglviewer-2.3.1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-libs/libqglviewer/libqglviewer-2.3.1.ebuild b/x11-libs/libqglviewer/libqglviewer-2.3.1.ebuild index f26794ac1..ce885faf1 100644 --- a/x11-libs/libqglviewer/libqglviewer-2.3.1.ebuild +++ b/x11-libs/libqglviewer/libqglviewer-2.3.1.ebuild @@ -23,6 +23,10 @@ RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P}/QGLViewer +src_configure() { + true +} + src_compile() { eqmake4 QGLViewer.pro -o Makefile PREFIX=/usr emake || die "emake QGLViewer failed" |