diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-03 16:17:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-03 16:17:19 +0800 |
commit | 020941c470435bb4c5bd0497119e9732b9fdf489 (patch) | |
tree | a1d8fcebee95e967fb78b6168b312baedcccc424 /accessibility/dasher/files | |
parent | 1b87abdc3657738d02a0cf5fe7ad3736a0bcf9fa (diff) | |
download | freebsd-ports-gnome-020941c470435bb4c5bd0497119e9732b9fdf489.tar.gz freebsd-ports-gnome-020941c470435bb4c5bd0497119e9732b9fdf489.tar.zst freebsd-ports-gnome-020941c470435bb4c5bd0497119e9732b9fdf489.zip |
Merge diffs from my GNOME 2.5 repo.
* Make this port build
* Use USE_BZIP2
* Point to MASTER_SITE_GNOME
* Correct pkg-plist
* Obey CFLAGS
* Use USE_LIBTOOL to avoid threading problems on -CURRENT
* Add additional categories
Diffstat (limited to 'accessibility/dasher/files')
-rw-r--r-- | accessibility/dasher/files/patch-Src_DasherCore-AlphabetMap.h | 10 | ||||
-rw-r--r-- | accessibility/dasher/files/patch-configure | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/accessibility/dasher/files/patch-Src_DasherCore-AlphabetMap.h b/accessibility/dasher/files/patch-Src_DasherCore-AlphabetMap.h new file mode 100644 index 000000000000..9931dd7aff60 --- /dev/null +++ b/accessibility/dasher/files/patch-Src_DasherCore-AlphabetMap.h @@ -0,0 +1,10 @@ +--- Src/DasherCore/AlphabetMap.h.orig Sun Dec 14 10:56:59 2003 ++++ Src/DasherCore/AlphabetMap.h Sun Dec 14 10:57:30 2003 +@@ -50,6 +50,7 @@ + #define __AlphabetMap_h__ + + #include "../Common/MSVC_Unannoy.h" ++#include <sys/types.h> + #include <vector> + #include <string> + diff --git a/accessibility/dasher/files/patch-configure b/accessibility/dasher/files/patch-configure new file mode 100644 index 000000000000..f195f07b43c6 --- /dev/null +++ b/accessibility/dasher/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |