From 1f585237662962872284f9ffab48501a7e78730e Mon Sep 17 00:00:00 2001 From: Aldas Nabazas Date: Wed, 15 Apr 2009 13:26:17 +0300 Subject: [PATCH] glew: get rid from windows carriage returns, breaks compile at least on 64bits --- x11/glew/glew.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/glew/glew.conf b/x11/glew/glew.conf index 773f4d85f..5f9a83136 100644 --- a/x11/glew/glew.conf +++ b/x11/glew/glew.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../glew/glew.conf -# Copyright (C) 2006 The OpenSDE Project +# Copyright (C) 2006 - 2009 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -21,7 +21,8 @@ glew_main() { -i -e 's,=? /usr,=? '$root$prefix',g' Makefile sed -i -e 's,X11R6,X11R7,g' config/Makefile.linux - + #bug in glew 1.5.1, not sure about 32b but it definently doesn't compile on 64 + sed -i -e 's/\r//' config/config.guess } hook_add premake 5 "glew_main"