summaryrefslogtreecommitdiffstats
path: root/editors/gedit/files/patch-configure
diff options
context:
space:
mode:
authorpav <pav@df743ca5-7f9a-e211-a948-0013205c9059>2005-01-25 07:36:08 +0800
committerpav <pav@df743ca5-7f9a-e211-a948-0013205c9059>2005-01-25 07:36:08 +0800
commit25ac337257c2bed312139eebbfe05076619962b6 (patch)
tree91435f2e55f39a080e7e3daa954e5c24fd611efa /editors/gedit/files/patch-configure
parent972b1419aa383e769e69a5c78e239452d5b60bcd (diff)
downloadmarcuscom-ports-25ac337257c2bed312139eebbfe05076619962b6.tar
marcuscom-ports-25ac337257c2bed312139eebbfe05076619962b6.tar.gz
marcuscom-ports-25ac337257c2bed312139eebbfe05076619962b6.tar.bz2
marcuscom-ports-25ac337257c2bed312139eebbfe05076619962b6.tar.lz
marcuscom-ports-25ac337257c2bed312139eebbfe05076619962b6.tar.xz
marcuscom-ports-25ac337257c2bed312139eebbfe05076619962b6.tar.zst
marcuscom-ports-25ac337257c2bed312139eebbfe05076619962b6.zip
- Move editors/gedit2 to editors/gedit
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3491 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit/files/patch-configure')
-rw-r--r--editors/gedit/files/patch-configure39
1 files changed, 39 insertions, 0 deletions
diff --git a/editors/gedit/files/patch-configure b/editors/gedit/files/patch-configure
new file mode 100644
index 000000000..91c1e9a65
--- /dev/null
+++ b/editors/gedit/files/patch-configure
@@ -0,0 +1,39 @@
+--- configure.orig Wed Feb 25 02:26:37 2004
++++ configure Wed Feb 25 02:27:22 2004
+@@ -22282,6 +22282,7 @@
+ if eval "test \"\${$as_ac_var+set}\" = set"; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
++ LIBS="-lintl $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -22371,6 +22372,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
+
+