aboutsummaryrefslogtreecommitdiff
path: root/www/galeon2/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-06 16:30:36 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-06 16:30:36 +0000
commit651450e43ad26d2bed2b5a373539f04002cbfafc (patch)
treeb4b01630e3eb60378defff74f3d029678ec1d454 /www/galeon2/files
parentdae5bf765cef0146a123fc1387d0af7869ec7d6f (diff)
downloadports-651450e43ad26d2bed2b5a373539f04002cbfafc.tar.gz
ports-651450e43ad26d2bed2b5a373539f04002cbfafc.zip
Notes
Diffstat (limited to 'www/galeon2/files')
-rw-r--r--www/galeon2/files/patch-configure48
1 files changed, 24 insertions, 24 deletions
diff --git a/www/galeon2/files/patch-configure b/www/galeon2/files/patch-configure
index 3dd4e4d1262f..ec09ea1588ec 100644
--- a/www/galeon2/files/patch-configure
+++ b/www/galeon2/files/patch-configure
@@ -1,19 +1,19 @@
$FreeBSD$
---- configure.orig Mon Nov 19 14:20:52 2001
-+++ configure Mon Nov 19 14:21:50 2001
-@@ -6182,7 +6182,7 @@
+--- configure.orig Wed Feb 6 17:45:43 2002
++++ configure Wed Feb 6 17:46:27 2002
+@@ -13087,7 +13087,7 @@
+ echo "${ECHO_T}no" >&6
fi
-
- CATOBJEXT=.gmo
+ CATOBJEXT=.mo
fi
-
- else
-@@ -6304,7 +6304,7 @@
-
+
+ fi
+@@ -13213,7 +13213,7 @@
+
BUILD_INCLUDED_LIBINTL=yes
USE_INCLUDED_LIBINTL=yes
- CATOBJEXT=.gmo
@@ -21,7 +21,7 @@ $FreeBSD$
INTLLIBS="\$(top_builddir)/intl/libintl.a $LIBICONV"
LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
fi
-@@ -6389,7 +6389,7 @@
+@@ -13306,7 +13306,7 @@
fi
for lang in $ALL_LINGUAS; do
@@ -30,18 +30,18 @@ $FreeBSD$
POFILES="$POFILES $lang.po"
done
-@@ -6755,10 +6755,10 @@
- s%@INSTALL_DATA@%$INSTALL_DATA%g
- s%@PACKAGE@%$PACKAGE%g
- s%@VERSION@%$VERSION%g
--s%@ACLOCAL@%$ACLOCAL%g
--s%@AUTOCONF@%$AUTOCONF%g
--s%@AUTOMAKE@%$AUTOMAKE%g
--s%@AUTOHEADER@%$AUTOHEADER%g
-+s%@ACLOCAL@%/usr/bin/true%g
-+s%@AUTOCONF@%/usr/bin/true%g
-+s%@AUTOMAKE@%/usr/bin/true%g
-+s%@AUTOHEADER@%/usr/bin/true%g
- s%@MAKEINFO@%$MAKEINFO%g
- s%@SET_MAKE@%$SET_MAKE%g
- s%@host@%$host%g
+@@ -14083,10 +14083,10 @@
+ s,@INSTALL_DATA@,$INSTALL_DATA,;t t
+ s,@PACKAGE@,$PACKAGE,;t t
+ s,@VERSION@,$VERSION,;t t
+-s,@ACLOCAL@,$ACLOCAL,;t t
+-s,@AUTOCONF@,$AUTOCONF,;t t
+-s,@AUTOMAKE@,$AUTOMAKE,;t t
+-s,@AUTOHEADER@,$AUTOHEADER,;t t
++s,@ACLOCAL@,/usr/bin/true,;t t
++s,@AUTOCONF@,/usr/bin/true,;t t
++s,@AUTOMAKE@,/usr/bin/true,;t t
++s,@AUTOHEADER@,/usr/bin/true,;t t
+ s,@MAKEINFO@,$MAKEINFO,;t t
+ s,@SET_MAKE@,$SET_MAKE,;t t
+ s,@build@,$build,;t t