diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-05 21:13:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-05 21:13:43 +0100 |
commit | bd8b59f111e36e36260f909653364d388b028782 (patch) | |
tree | c68c7a92b0b5ae06886f41fec0d6ab2713aa5059 /package | |
parent | 17610750925825d0f589a7537f661fb4b501af82 (diff) |
set uname = Linux, fix cross-compile on Darwin and probably on Cygwin
Diffstat (limited to 'package')
-rw-r--r-- | package/fltk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/fltk/Makefile b/package/fltk/Makefile index 39b9a3bb6..01c150ec9 100644 --- a/package/fltk/Makefile +++ b/package/fltk/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= fltk PKG_VERSION:= 2.0 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 557544badbacca4ee1ebb2448f6e1f8a PKG_DESCR:= fast light toolkit PKG_SECTION:= libs @@ -15,7 +15,6 @@ PKG_SITES:= http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/snapshots/ PKG_SUBPKGS:= LIBFLTK PKG_TARGET_DEPENDS:= x86 x86_64 mips mipsel mips64 mips64el -PKG_HOST_DEPENDS:= !cygwin !darwin DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.x-r7513.tar.bz2 WRKDIST= ${WRKDIR}/${PKG_NAME}-2.0.x-r7513 |