diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-23 21:55:16 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-23 21:55:16 +0000 |
commit | aa985c7142b76eb5f28e17ad540a6a0399d56f20 (patch) | |
tree | 3fb93873990a50954d27ef2e0ac92a6d68e9a4da /qplot | |
parent | 834d4ea7c3437b477c080ccc3e18a7197cf81990 (diff) |
Fix the gtk+ and libmimedir builds, and a few cleanups elsewhere.
BKrev: 4060b244_wWIscmD0suOW04sJw7R1w
Diffstat (limited to 'qplot')
-rw-r--r-- | qplot/qplot_2.0.1cvs.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qplot/qplot_2.0.1cvs.oe b/qplot/qplot_2.0.1cvs.oe index 843afe7bee..1f3203496e 100644 --- a/qplot/qplot_2.0.1cvs.oe +++ b/qplot/qplot_2.0.1cvs.oe @@ -6,7 +6,7 @@ LICENSE = "GPL" RDEPENDS = "libqpe1" DEPENDS = "virtual/libc" -SRC_URI = "cvs://anonymous@cvs.qplot.sourceforge.net/cvsroot/qplot;module=qplot;tag=HEAD \ +SRC_URI = "cvs://anonymous@cvs.qplot.sourceforge.net/cvsroot/qplot;module=qplot \ file://${FILESDIR}/gcc3.patch;patch=1" S = "${WORKDIR}/qplot" |