summaryrefslogtreecommitdiff
path: root/package/freeglut
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-16 16:47:27 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-16 16:47:27 +0200
commitaff84b44070cc4fed9949a37ea155d3975c6a2fb (patch)
treebe4aedf32e4cbabf8a315e99c0164cc0420a57f8 /package/freeglut
parentb2c9a66e24f94f3f9e9602baeb8925e0db5fb306 (diff)
cygwin host build patches, mostly by deactivating packages
Diffstat (limited to 'package/freeglut')
-rw-r--r--package/freeglut/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/freeglut/Makefile b/package/freeglut/Makefile
index fada37f67..6d5bdb921 100644
--- a/package/freeglut/Makefile
+++ b/package/freeglut/Makefile
@@ -9,9 +9,12 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 39f0f2de89f399529d2b981188082218
PKG_DESCR:= OpenGL Utility Toolkit
PKG_SECTION:= libs
-PKG_URL:= http://www.freeglut.org/
+PKG_BUILDDEP+= MesaLib
+PKG_URL:= http://freeglut.sourceforge.net/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=freeglut/}
+PKG_HOST_DEPENDS:= !cygwin
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,FREEGLUT,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))