diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
commit | 70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch) | |
tree | 14c35099cfb4f4257c5e0b8e589d530fcb829468 /misc/gnomeutils2/files/patch-aa | |
parent | Fix typo. (ghostscript55htff -> ghostscript55httf) (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes:
svn path=/head/; revision=30942
svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'misc/gnomeutils2/files/patch-aa')
-rw-r--r-- | misc/gnomeutils2/files/patch-aa | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/misc/gnomeutils2/files/patch-aa b/misc/gnomeutils2/files/patch-aa deleted file mode 100644 index 149087c84669..000000000000 --- a/misc/gnomeutils2/files/patch-aa +++ /dev/null @@ -1,40 +0,0 @@ ---- configure.orig Fri May 19 14:49:06 2000 -+++ configure Tue May 30 13:31:24 2000 -@@ -5101,7 +5101,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest* - INSTOBJEXT=.mo -@@ -6350,17 +6350,13 @@ - if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - build_gfloppy=true -+ subdirs="gfloppy" - else -+ build_gfloppy=false - echo "$ac_t""no" 1>&6 - echo "configure: warning: *** gfloppy will not be built." 1>&2 - fi - --if $build_gfloppy; then -- subdirs="gfloppy" -- --fi -- -- - if test "$build_gfloppy" = true; then - BUILD_GFLOPPY_TRUE= - BUILD_GFLOPPY_FALSE='#' -@@ -8453,7 +8449,7 @@ - esac - done - -- for ac_config_dir in gfloppy; do -+ for ac_config_dir in $subdirs ; do - - # Do not complain, so a configure script can configure whichever - # parts of a large source tree are present. |