diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-20 10:21:02 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-20 10:21:02 +0000 |
commit | bbe7ed6435f660f5e00abcc13fe977f28b64bba7 (patch) | |
tree | 383653b2009071c60d11e0a8d9319d4eff712516 /misc/kcd-devel/files/patch-ad | |
parent | Update to 2.5. Add WWW to DESCR. (diff) |
Update to 5.0.1.
PR: 20655
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=31787
Diffstat (limited to 'misc/kcd-devel/files/patch-ad')
-rw-r--r-- | misc/kcd-devel/files/patch-ad | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/kcd-devel/files/patch-ad b/misc/kcd-devel/files/patch-ad new file mode 100644 index 000000000000..0a40c49352b3 --- /dev/null +++ b/misc/kcd-devel/files/patch-ad @@ -0,0 +1,25 @@ +--- configure.orig Sat Aug 12 17:03:47 2000 ++++ configure Tue Aug 15 01:09:10 2000 +@@ -1105,11 +1105,6 @@ + echo "$ac_t""$CXXCPP" 1>&6 + + +-if test "$GXX" = yes; then +- CFLAGS="$CFLAGS -W -Wall" +- CXXFLAGS="$CXXFLAGS -W -Wall" +-fi +- + ac_aux_dir= + for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do + if test -f $ac_dir/install-sh; then +@@ -5309,10 +5304,6 @@ + fi + if test "$prefix" = NONE; then + prefix=$ac_default_prefix +-fi +- +-if test "$sysconfdir" = '${prefix}/etc'; then +- sysconfdir=/etc + fi + + |