summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-10-20 15:12:45 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-10-20 15:12:45 (GMT)
commit37c97de9c1252224c1cfd4b3ef9597acd67d5fba (patch)
treed1fe96c62454de8732c67cf507849f0316a2fbdd /src
parent8354f87bdbc8d83e475b8284f45d3b71fd6e3f42 (diff)
downloadmxe-37c97de9c1252224c1cfd4b3ef9597acd67d5fba.zip
mxe-37c97de9c1252224c1cfd4b3ef9597acd67d5fba.tar.gz
mxe-37c97de9c1252224c1cfd4b3ef9597acd67d5fba.tar.bz2
fix line endings in SDL_Pango.pc
Diffstat (limited to 'src')
-rw-r--r--src/sdl_pango.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdl_pango.mk b/src/sdl_pango.mk
index e01a7f0..6f8e2f5 100644
--- a/src/sdl_pango.mk
+++ b/src/sdl_pango.mk
@@ -19,6 +19,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ $(SED) -i 's,\r$$,,' '$(1)/SDL_Pango.pc.in'
$(SED) -i 's,^\(Requires:.*\),\1 pangoft2,' '$(1)/SDL_Pango.pc.in'
cd '$(1)' && ./configure \
--host='$(TARGET)' \