summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tinyxml.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tinyxml.mk b/src/tinyxml.mk
index d530c38..5e60583 100644
--- a/src/tinyxml.mk
+++ b/src/tinyxml.mk
@@ -10,6 +10,8 @@ $(PKG)_FILE := $(PKG)_$(subst .,_,$($(PKG)_VERSION)).tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
+$(PKG)_MESSAGE :=*** tinyxml is deprecated - please use tinyxml2 ***
+
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://sourceforge.net/projects/tinyxml/files/tinyxml/' | \
$(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \