summaryrefslogtreecommitdiffstats
path: root/src/mman-win32.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-01-28 05:12:26 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-01-28 05:12:26 (GMT)
commit50ad49f7bc71a0d834a32e70975d553a73d2093a (patch)
treefdc7a82b5fd004c8b70c27441a008ebb18909eca /src/mman-win32.mk
parent9fafc0b3fcfdf21e4efd26534bc33cad2066076d (diff)
downloadmxe-50ad49f7bc71a0d834a32e70975d553a73d2093a.zip
mxe-50ad49f7bc71a0d834a32e70975d553a73d2093a.tar.gz
mxe-50ad49f7bc71a0d834a32e70975d553a73d2093a.tar.bz2
packages libcdio mman-win32 vcdimager: fix update placeholders
Diffstat (limited to 'src/mman-win32.mk')
-rw-r--r--src/mman-win32.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mman-win32.mk b/src/mman-win32.mk
index 0f2a81e..bfe7c8d 100644
--- a/src/mman-win32.mk
+++ b/src/mman-win32.mk
@@ -2,7 +2,7 @@
# See index.html for further information.
PKG := mman-win32
-$(PKG)_IGNORE :=
+$(PKG)_IGNORE :=
$(PKG)_VERSION := 3421c28e753c38d24a2e27c111b1c9b4601ebe7d
$(PKG)_CHECKSUM := c33e84043d49d0e33bc434bda3a16ce60432e789
$(PKG)_SUBDIR := mman-win32-master
@@ -11,7 +11,8 @@ $(PKG)_URL := https://github.com/witwall/mman-win32/archive/master.tar.gz
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- echo $($(PKG)_VERSION)
+ echo 'TODO: Updates for package mman-win32 need to be written.' >&2;
+ echo $(mman-win32_VERSION)
endef
define $(PKG)_BUILD