summaryrefslogtreecommitdiffstats
path: root/editors/gedit2/files/patch-configure
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-09 07:02:23 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-09 07:02:23 +0800
commite774b2ae44e0367cb0f27b5c4ed830f36ab6bb2a (patch)
tree920c3a0cdf8f0cd64e9e1801899befd40dbd4c38 /editors/gedit2/files/patch-configure
parent9757477161720a1f776411b6c41f3f07b801761f (diff)
downloadmarcuscom-ports-e774b2ae44e0367cb0f27b5c4ed830f36ab6bb2a.tar
marcuscom-ports-e774b2ae44e0367cb0f27b5c4ed830f36ab6bb2a.tar.gz
marcuscom-ports-e774b2ae44e0367cb0f27b5c4ed830f36ab6bb2a.tar.bz2
marcuscom-ports-e774b2ae44e0367cb0f27b5c4ed830f36ab6bb2a.tar.lz
marcuscom-ports-e774b2ae44e0367cb0f27b5c4ed830f36ab6bb2a.tar.xz
marcuscom-ports-e774b2ae44e0367cb0f27b5c4ed830f36ab6bb2a.tar.zst
marcuscom-ports-e774b2ae44e0367cb0f27b5c4ed830f36ab6bb2a.zip
Add gedit2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@36 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit2/files/patch-configure')
-rw-r--r--editors/gedit2/files/patch-configure23
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/gedit2/files/patch-configure b/editors/gedit2/files/patch-configure
new file mode 100644
index 000000000..816545988
--- /dev/null
+++ b/editors/gedit2/files/patch-configure
@@ -0,0 +1,23 @@
+--- configure.orig Wed May 15 00:43:11 2002
++++ configure Wed May 15 00:45:35 2002
+@@ -6547,6 +6547,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'
+@@ -9358,10 +9359,10 @@
+ pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
+ else
+ cat >>confdefs.h <<EOF
+-#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
++#define PIXMAPS_DIR "${datadir}/pixmaps"
+ EOF
+
+- pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
++ pixmapsdir="${datadir}/pixmaps"
+ fi
+
+ # Extract the first word of "glib-genmarshal", so it can be a program name with args.