Skip to content

Commit

Permalink
compile-flickernoise: fix the sourceforge download url
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangfu Liu committed Oct 29, 2012
1 parent ef5a71c commit 01c60a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile-flickernoise/Makefile
Expand Up @@ -269,7 +269,7 @@ boot.crc.bin:
####
$(DL)/$(LIBPNG).ok:
mkdir -p dl
$(WGET) $(DL)/$(LIBPNG) "http://dfn.dl.sourceforge.net/\
$(WGET) $(DL)/$(LIBPNG) "http://download.sourceforge.net/\
project/libpng/libpng15/older-releases/$(LIBPNG_VERSION)/$(LIBPNG)"
touch $@

Expand All @@ -291,7 +291,7 @@ $(DL)/$(JBIG2DEC).ok:

$(DL)/$(FREETYPE2).ok:
mkdir -p dl
$(WGET) $(DL)/$(FREETYPE2) "http://ufpr.dl.sourceforge.net/\
$(WGET) $(DL)/$(FREETYPE2) "http://download.sourceforge.net/\
project/freetype/freetype2/$(FREETYPE2_VERSION)/$(FREETYPE2)"
touch $@

Expand Down

0 comments on commit 01c60a4

Please sign in to comment.