diff --git a/fltk2/Pkgfile b/fltk2/Pkgfile index 68f29b25d..2713501b8 100644 --- a/fltk2/Pkgfile +++ b/fltk2/Pkgfile @@ -11,6 +11,8 @@ source=(http://ftp.easysw.com/pub/fltk/snapshots/fltk-2.0.x-$version.tar.bz2) build() { cd fltk-2.0.x-$version + sed -i '/fltk2-config/s/^\t/\t$(DESTDIR)/' fluid/Makefile + ./configure --prefix=/usr \ --mandir=/usr/man \ --enable-shared \