summarylogtreecommitdiffstats
path: root/sogo_configure.patch
diff options
context:
space:
mode:
authorDJ Lucas2015-07-17 20:21:54 -0500
committerDJ Lucas2015-07-17 20:21:54 -0500
commit1dc5e77943d858f2975f6c034c42734ed0d8b03c (patch)
tree8055f4e2871359bdb59564ccb15571ca19506c44 /sogo_configure.patch
downloadaur-1dc5e77943d858f2975f6c034c42734ed0d8b03c.tar.gz
Initial commit
Diffstat (limited to 'sogo_configure.patch')
-rw-r--r--sogo_configure.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sogo_configure.patch b/sogo_configure.patch
new file mode 100644
index 000000000000..6bf5414db30d
--- /dev/null
+++ b/sogo_configure.patch
@@ -0,0 +1,14 @@
+251,261c251
+< UNAME=`uname`
+< if [ "X${UNAME}" = "XLinux" ];then
+< UNAME=`uname -m`
+< if [ ${UNAME} = x86_64 -o ${UNAME} = sparc64 -o ${UNAME} = ppc64 ];then
+< cfgwrite "CGS_LIBDIR_NAME:=lib64"
+< else
+< cfgwrite "CGS_LIBDIR_NAME:=lib"
+< fi
+< else
+< cfgwrite "CGS_LIBDIR_NAME:=lib"
+< fi
+---
+> cfgwrite "CGS_LIBDIR_NAME:=lib"