changeset 1330:cfc07e8ad038

fix line endings in SDL_Pango.pc
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 20 Oct 2010 17:12:45 +0200
parents 41f1febdeacf
children bd340888d16f
files src/sdl_pango.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/sdl_pango.mk	Wed Oct 20 13:12:30 2010 +0200
+++ b/src/sdl_pango.mk	Wed Oct 20 17:12:45 2010 +0200
@@ -19,6 +19,7 @@
 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)' \