openbsd-ports/x11/gnome/core/patches/patch-configure
naddy 4acd746f16 - fix message catalog installation
- sync libtool patches
- use .bz2 distfile
- clean-up
2001-09-19 13:37:58 +00:00

29 lines
765 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2001/09/19 13:37:58 naddy Exp $
--- configure.orig Wed May 9 17:40:06 2001
+++ configure Wed Sep 19 01:20:34 2001
@@ -4811,6 +4811,10 @@ fi
fi
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
+ LIBS="$LIBS -lintl";
+ fi
+
if test "$gt_cv_func_gettext_libc" = "yes" \
|| test "$gt_cv_func_gettext_libintl" = "yes"; then
cat >> confdefs.h <<\EOF
@@ -6418,11 +6422,11 @@ cat >> confdefs.h <<EOF
EOF
cat >> confdefs.h <<EOF
-#define KDE_ICONDIR "$kde_datadir/icons"
+#define KDE_ICONDIR "$kde_datadir/icons/hicolor/48x48/apps"
EOF
cat >> confdefs.h <<EOF
-#define KDE_MINI_ICONDIR "$kde_datadir/icons/mini"
+#define KDE_MINI_ICONDIR "$kde_datadir/icons/hicolor/16x16/apps"
EOF