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

Contrib: fix glew rules on non-win32

parent 49bbc50c
...@@ -14,6 +14,7 @@ ifdef HAVE_WIN32 ...@@ -14,6 +14,7 @@ ifdef HAVE_WIN32
$(APPLY) $(SRC)/glew/win32.patch $(APPLY) $(SRC)/glew/win32.patch
endif endif
$(MOVE) $(MOVE)
cd $@ && sed -e 's/.$$//' -iorig config/config.guess
.glew: glew .glew: glew
cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -DGLEW_STATIC" $(MAKE) cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -DGLEW_STATIC" $(MAKE)
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
PROJECTM_VERSION := 2.0.1 PROJECTM_VERSION := 2.0.1
PROJECTM_URL := $(SF)/projectm/$(PROJECTM_VERSION)/projectM-$(PROJECTM_VERSION)-Source.tar.gz PROJECTM_URL := $(SF)/projectm/$(PROJECTM_VERSION)/projectM-$(PROJECTM_VERSION)-Source.tar.gz
# FIXME: glew build rules for non-Win32
ifdef HAVE_WIN32 ifdef HAVE_WIN32
PKGS += projectM PKGS += projectM
endif 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