diff options
Diffstat (limited to 'packages/uicmoc/files')
-rw-r--r-- | packages/uicmoc/files/configure-fix.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/uicmoc/files/configure-fix.patch b/packages/uicmoc/files/configure-fix.patch deleted file mode 100644 index df195494ee..0000000000 --- a/packages/uicmoc/files/configure-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: qtopia-core-opensource-src-4.3.3/configure -=================================================================== ---- qtopia-core-opensource-src-4.3.3.orig/configure 2008-01-14 08:53:51.000000000 +0000 -+++ qtopia-core-opensource-src-4.3.3/configure 2008-01-14 08:54:07.000000000 +0000 -@@ -447,7 +447,7 @@ - # initalize variables - #------------------------------------------------------------------------------- - --SYSTEM_VARIABLES="CC CXX CFLAGS CXXFLAGS LDFLAGS" -+SYSTEM_VARIABLES="CC CXX CFLAGS CXXFLAGS LDFLAGS LFLAGS" - for varname in $SYSTEM_VARIABLES; do - cmd=`echo \ - 'if [ -n "\$'${varname}'" ]; then |