summaryrefslogtreecommitdiff
path: root/editors/gedit/files/patch-configure
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-04-30 00:47:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-04-30 00:47:21 +0000
commit798e9bed2a389dce8a970e15b68176fd49f442db (patch)
tree9dc5597aab073298ec381964f72cd853b3dd366c /editors/gedit/files/patch-configure
parent- Update port 0.1.6 (diff)
Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list of all the gooides in this new release. In particular, GNOME 2.14 focused on performance, and they did not miss the mark. There's some new eye candy, but most of the big things are waiting until GNOME 2.16. On the FreeBSD side, we tried to clean up all the crashers we could. In particular, we really improved GNOME's 64-bit support. The good news is that this release does not bring any big shared library version bumps, so you can almost do a simple portupgrade to get to 2.14. There are a few minor gotchas that will be documented in UPDATING shortly. The FreeBSD GNOME Team would like th thank the following users for their patches, feedback, and sometimes incessant complaing about crashes (you know who you are). Yasuda Keisuke <kysd@po.harenet.ne.jp> Pascal Hofstee <caelian@gmail.com> rmgls@wanadoo.fr tmclaugh Yuri Pankov <yuri.pankov@gmail.com> sajd on #freebsd-gnome ade ankon on #FreeBSD-Gnome mux Pascal Hofstee <caelian@gmail.com> QuiRK on #freebsd-gnome Vladimir Timofeev <vovkasm@gmail.com>
Diffstat (limited to 'editors/gedit/files/patch-configure')
-rw-r--r--editors/gedit/files/patch-configure31
1 files changed, 5 insertions, 26 deletions
diff --git a/editors/gedit/files/patch-configure b/editors/gedit/files/patch-configure
index 91c1e9a657d0..6bfadb0af650 100644
--- a/editors/gedit/files/patch-configure
+++ b/editors/gedit/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Wed Feb 25 02:26:37 2004
-+++ configure Wed Feb 25 02:27:22 2004
-@@ -22282,6 +22282,7 @@
+--- configure.orig Wed Dec 14 09:07:01 2005
++++ configure Wed Dec 14 09:07:01 2005
+@@ -22216,6 +22216,7 @@
if eval "test \"\${$as_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
@@ -8,32 +8,11 @@
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
-@@ -22371,6 +22372,7 @@
+@@ -22304,6 +22305,7 @@
cat >>confdefs.h <<_ACEOF
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
_ACEOF
+LIBS="-lintl $LIBS"
- else
- { { echo "$as_me:$LINENO: error: ngettext function is required to build gedit." >&5
-@@ -22405,17 +22407,17 @@
- if test "x${prefix}" = "xNONE"; then
-
- cat >>confdefs.h <<_ACEOF
--#define PIXMAPS_DIR "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
-+
- _ACEOF
-
- pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
- else
-
- cat >>confdefs.h <<_ACEOF
--#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
-+#define PIXMAPS_DIR "${datadir}/pixmaps"
- _ACEOF
-
-- pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
-+ pixmapsdir="${datadir}/pixmaps"
fi
-
-
+ done