diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-02-04 00:39:49 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-02-04 00:39:49 +0000 |
commit | 686d9ae7e56316c97d05e2d0f9d8d99045f365d0 (patch) | |
tree | f729d0e40a130e707f1add1e23f81850e42418a7 /net/rdesktop/files/patch-configure | |
parent | Remove obsolete personal homepage. (diff) |
Add missing patches from ports/47715, remove ALL_TARGET from Makefile.
PR: 47715
Noticed by: maintainer
Notes
Notes:
svn path=/head/; revision=74604
Diffstat (limited to 'net/rdesktop/files/patch-configure')
-rw-r--r-- | net/rdesktop/files/patch-configure | 23 |
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" + |