summaryrefslogtreecommitdiff
path: root/net/rdesktop/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net/rdesktop/files/patch-configure23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/rdesktop/files/patch-configure b/net/rdesktop/files/patch-configure
new file mode 100644
index 000000000000..6c0685a2866b
--- /dev/null
+++ b/net/rdesktop/files/patch-configure
@@ -0,0 +1,23 @@
+--- configure.orig Thu Jan 30 21:54:48 2003
++++ configure Fri Jan 31 18:43:58 2003
+@@ -98,7 +98,7 @@
+ echo "CC = $cc" >>Makeconf
+
+ if $cc -v 2>&1 |grep '^gcc' >/dev/null; then
+- cflags="$cflags -Wall -O2"
++ #cflags="$cflags -Wall -O2"
+ else
+ cflags="$cflags -O"
+ fi
+@@ -220,8 +220,9 @@
+ esac
+
+
+-echo "CFLAGS = $cflags" >>Makeconf
+-echo "LDFLAGS = $ldflags" >>Makeconf
++echo "CFLAGS += $cflags" >>Makeconf
++echo "LDFLAGS += $ldflags" >>Makeconf
++echo 'DESTDIR = ${prefix}' >>Makeconf
+
+ echo "configure complete - now run make"
+