Bug 14171: sxpm/Makefile.am:21: SED was already defined Add README with pointers to mailing list, bugzilla & git repos Update AC_DEFINE_DIR to latest version from Autoconf Archive Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf Archive Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS libXpm 3.5.8 Use libtools SED check rather than autoconf's SED check. Replace static ChangeLog with dist-hook to generate from git log nuke RCS Ids Janitor: ansification, make distcheck, .gitignore X.Org Bug 17944: avoid gcc warning for libXpm
15 lines
429 B
Text
15 lines
429 B
Text
$NetBSD: patch-aa,v 1.2 2010/01/15 18:39:00 tnn Exp $
|
|
|
|
--- configure.orig 2009-10-09 17:32:40.000000000 +0000
|
|
+++ configure
|
|
@@ -22115,6 +22115,10 @@ else
|
|
$as_echo "$LOCALEDIR" >&6; }
|
|
fi
|
|
|
|
+# For pkgsrc, always set USE_GETTEXT=yes because it is used by [cs]xpm.
|
|
+# We will pass INTLLIBS down to [cs]xpm as part of the build environment.
|
|
+#
|
|
+USE_GETTEXT=yes
|
|
if test "x$USE_GETTEXT" = "xyes" ; then
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|