diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-02-06 03:29:50 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-02-06 03:29:50 +0800 |
commit | 25dc08f7c72c6c4ead824ffae8f580a34e73fd48 (patch) | |
tree | aa6615facc6b41df98697e2cd1140e88b425c552 /devel/gcvs/files | |
parent | dd3bed38db4fdf6420a2aee35b5cf34b485ea747 (diff) | |
download | freebsd-ports-gnome-25dc08f7c72c6c4ead824ffae8f580a34e73fd48.tar.gz freebsd-ports-gnome-25dc08f7c72c6c4ead824ffae8f580a34e73fd48.tar.zst freebsd-ports-gnome-25dc08f7c72c6c4ead824ffae8f580a34e73fd48.zip |
- Update to 1.0b2
- Fix build with automake14 and autoconf217
- This version needs glade to build too.
Diffstat (limited to 'devel/gcvs/files')
-rw-r--r-- | devel/gcvs/files/patch-configure | 24 | ||||
-rw-r--r-- | devel/gcvs/files/patch-make_configure | 21 |
2 files changed, 21 insertions, 24 deletions
diff --git a/devel/gcvs/files/patch-configure b/devel/gcvs/files/patch-configure deleted file mode 100644 index a40c6eefd3ed..000000000000 --- a/devel/gcvs/files/patch-configure +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.orig Tue Mar 6 19:00:29 2001 -+++ configure Fri Apr 13 22:34:02 2001 -@@ -2944,6 +2944,7 @@ - HAVE_TCL=0 - TCL_CFLAGS= - TCL_LIB_SPEC= -+TCL_PACKAGE_PATH="TCL_LIB_SPEC/.." - - if test $ac_has_tclinc = yes -a $ac_has_tcllib = yes ; then - HAVE_TCL=1 -@@ -2953,9 +2954,11 @@ - - # The variables that we use from tclConfig.sh - TCL_CFLAGS=$TCL_CFLAGS --# TCL_LIB_SPEC=$TCL_LIB_SPEC -- TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl" -+ TCL_LIB_SPEC=$TCL_LIB_SPEC -+# TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl83" - fi -+TCL_CFLAGS="$TCL_CFLAGS -I $TCL_INCLUDE_DIR" -+ - - - diff --git a/devel/gcvs/files/patch-make_configure b/devel/gcvs/files/patch-make_configure new file mode 100644 index 000000000000..c8116de9e110 --- /dev/null +++ b/devel/gcvs/files/patch-make_configure @@ -0,0 +1,21 @@ +--- make_configure.orig Mon Feb 4 12:03:12 2002 ++++ make_configure Tue Feb 5 18:49:58 2002 +@@ -1,14 +1,14 @@ +-aclocal +-autoheader ++aclocal14 ++autoheader213 + + list=`find . -name Makefile.am -exec dirname {} \;` + + for subdir in $list + do + echo making $subdir/Makefile.in +- automake --gnu $subdir/Makefile ++ automake14 --gnu $subdir/Makefile + done + +-autoconf ++autoconf213 + + ./configure $* |