diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-11-29 23:03:40 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-11-29 23:03:40 (GMT) |
commit | 9e3e115b780380c9b12dbe0349e9feed7f0bd65f (patch) | |
tree | 8b145dad74b012612ca84b01ecd7761dd59968ef | |
parent | e72156b1a7db17ce467793d350270c1fade71d81 (diff) | |
download | mxe-9e3e115b780380c9b12dbe0349e9feed7f0bd65f.zip mxe-9e3e115b780380c9b12dbe0349e9feed7f0bd65f.tar.gz mxe-9e3e115b780380c9b12dbe0349e9feed7f0bd65f.tar.bz2 |
fix nasty whitespaces
-rw-r--r-- | src/libgpg_error.mk | 2 | ||||
-rw-r--r-- | src/liboil.mk | 2 | ||||
-rw-r--r-- | src/openal.mk | 2 | ||||
-rw-r--r-- | src/openscenegraph.mk | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/libgpg_error.mk b/src/libgpg_error.mk index c4fd486..ec5db34 100644 --- a/src/libgpg_error.mk +++ b/src/libgpg_error.mk @@ -19,7 +19,7 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD - cd '$(1)' && aclocal -I m4 + cd '$(1)' && aclocal -I m4 cd '$(1)' && autoheader cd '$(1)' && automake --gnu cd '$(1)' && autoconf diff --git a/src/liboil.mk b/src/liboil.mk index eb1d3da..e1010bf 100644 --- a/src/liboil.mk +++ b/src/liboil.mk @@ -10,7 +10,7 @@ $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_WEBSITE := http://$(PKG).freedesktop.org/ $(PKG)_URL := http://$(PKG).freedesktop.org/download/$($(PKG)_FILE) -$(PKG)_DEPS := gcc +$(PKG)_DEPS := gcc define $(PKG)_UPDATE wget -q -O- 'http://cgit.freedesktop.org/liboil/refs/tags' | \ diff --git a/src/openal.mk b/src/openal.mk index 0422a6a..543c87e 100644 --- a/src/openal.mk +++ b/src/openal.mk @@ -35,7 +35,7 @@ define $(PKG)_BUILD -DLIBTYPE=STATIC $(MAKE) -C '$(1)/build' -j '$(JOBS)' install ln -sf '$(PREFIX)/$(TARGET)/lib/OpenAL32.a' '$(PREFIX)/$(TARGET)/lib/libOpenAL32.a' - + '$(TARGET)-gcc' \ -W -Wall -Werror -ansi -pedantic \ '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-openal.exe' \ diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk index 293ab22..f93bf75 100644 --- a/src/openscenegraph.mk +++ b/src/openscenegraph.mk @@ -10,7 +10,7 @@ $(PKG)_SUBDIR := OpenSceneGraph-$($(PKG)_VERSION) $(PKG)_FILE := $($(PKG)_SUBDIR).zip $(PKG)_WEBSITE := http://www.openscenegraph.org/ $(PKG)_URL := http://www.openscenegraph.org/downloads/stable_releases/$($(PKG)_SUBDIR)/source/$($(PKG)_FILE) -$(PKG)_DEPS := gcc curl ffmpeg freetype gdal giflib jasper jpeg libpng openexr tiff xine-lib zlib +$(PKG)_DEPS := gcc curl ffmpeg freetype gdal giflib jasper jpeg libpng openexr tiff xine-lib zlib define $(PKG)_UPDATE wget -q -O- 'http://www.openscenegraph.org/projects/osg/browser/OpenSceneGraph/tags?order=date&desc=1' | \ |