openbsd-ports/devel/gettext/patches/patch-tests_Makefile_in
brad bae67aa20a remove libintl's shared lib inter-library dependency on libiconv.
Thanks to naddy@, alek@ and other porters for doing the prep work
which allows this to be commited.
2004-10-24 19:54:46 +00:00

13 lines
616 B
Plaintext

$OpenBSD: patch-tests_Makefile_in,v 1.1 2004/10/24 19:54:46 brad Exp $
--- tests/Makefile.in.orig 2004-02-03 00:41:28.000000000 -0500
+++ tests/Makefile.in 2004-02-03 00:42:31.000000000 -0500
@@ -118,7 +118,7 @@ TESTS_ENVIRONMENT = top_srcdir=$(top_src
# Two auxiliary programs used by the tests.
INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
-LDADD = $(LDADD_@USE_INCLUDED_LIBINTL@)
+LDADD = $(LDADD_@USE_INCLUDED_LIBINTL@) @LIBICONV@
LDADD_yes = ../intl/libintl.la
LDADD_no = ../intl/libgnuintl.la @INTLLIBS@
EXTRA_PROGRAMS = tstgettext tstngettext cake