Commit ebcf8a9b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: fix glew rules on non-win32

(cherry picked from commit d4a1c6dcb34c48d78b02cce96b59b08001a748ba)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent fcc3d395
......@@ -14,6 +14,7 @@ ifdef HAVE_WIN32
$(APPLY) $(SRC)/glew/win32.patch
endif
$(MOVE)
cd $@ && sed -e 's/.$$//' -iorig config/config.guess
.glew: glew
cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -DGLEW_STATIC" $(MAKE)
......
......@@ -2,7 +2,6 @@
PROJECTM_VERSION := 2.0.1
PROJECTM_URL := $(SF)/projectm/$(PROJECTM_VERSION)/projectM-$(PROJECTM_VERSION)-Source.tar.gz
# FIXME: glew build rules for non-Win32
ifdef HAVE_WIN32
PKGS += projectM
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment