diff options
Diffstat (limited to 'flnx/flnx_0.18.oe')
-rw-r--r-- | flnx/flnx_0.18.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flnx/flnx_0.18.oe b/flnx/flnx_0.18.oe index 928c107004..01f0e26267 100644 --- a/flnx/flnx_0.18.oe +++ b/flnx/flnx_0.18.oe @@ -2,7 +2,7 @@ DEPENDS = "virtual/libc microwindows" RDEPENDS = "microwindows" DESCRIPTION = "fltk library for microwindows." SRC_URI = "ftp://ftp.microwindows.org/pub/microwindows/flnx/flnx-${PV}-tar.gz \ - file://${FILESDIR}/gcc3.patch;patch=1" + file://gcc3.patch;patch=1" S = "${WORKDIR}/flnx" inherit autotools |