comparison src/freeglut.mk @ 6448:20e395ae2b8d

* src/freeglut.mk: update to v3.4.0
author John Donoghue <john.donoghue@ieee.org>
date Mon, 10 Oct 2022 14:22:45 -0400
parents dfdc997c1e4c
children
comparison
equal deleted inserted replaced
6447:01620066360f 6448:20e395ae2b8d
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := freeglut 4 PKG := freeglut
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.2.2 6 $(PKG)_VERSION := 3.4.0
7 $(PKG)_CHECKSUM := 8e53cc0251165d02cce8d6d5054159c310958b74 7 $(PKG)_CHECKSUM := 169b069a6c3e7a3ce960887ab3e4a8ee73443bbd
8 $(PKG)_SUBDIR := freeglut-$(word 1,$(subst -, ,$($(PKG)_VERSION))) 8 $(PKG)_SUBDIR := freeglut-$(word 1,$(subst -, ,$($(PKG)_VERSION)))
9 $(PKG)_FILE := freeglut-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := freeglut-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/freeglut/freeglut/$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/freeglut/freeglut/$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := mesa 11 $(PKG)_DEPS := mesa
12 ifeq ($(USE_SYSTEM_X11_LIBS),no) 12 ifeq ($(USE_SYSTEM_X11_LIBS),no)