From e27c977bf881ade45b4785b166649748ff878894 Mon Sep 17 00:00:00 2001 From: thierry Date: Sun, 29 Aug 2004 23:04:54 +0000 Subject: Force libaspell to link with libintl to fix gnomespell and balsa. Bump PORTREVISION. Reported by: marcus and Volker Kindermann. --- textproc/aspell/Makefile | 1 + textproc/aspell/files/patch-Makefile.in | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index bf75f24e065..92ea6f93c99 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -7,6 +7,7 @@ PORTNAME?= aspell PORTVERSION= 0.60 +PORTREVISION= 1 CATEGORIES+= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= aspell diff --git a/textproc/aspell/files/patch-Makefile.in b/textproc/aspell/files/patch-Makefile.in index 8d02d476ac5..bd3318b3e10 100644 --- a/textproc/aspell/files/patch-Makefile.in +++ b/textproc/aspell/files/patch-Makefile.in @@ -1,5 +1,5 @@ --- Makefile.in.orig Mon Aug 23 03:22:41 2004 -+++ Makefile.in Sat Aug 28 13:50:52 2004 ++++ Makefile.in Mon Aug 30 00:39:45 2004 @@ -424,7 +424,12 @@ target_os = @target_os@ target_vendor = @target_vendor@ @@ -14,6 +14,15 @@ DIST_SUBDIRS = ${SUBDIRS} examples myspell lib5 filterdir = ${pkglibdir} optdir = ${pkgdatadir} +@@ -512,7 +517,7 @@ + lib/string_list-c.cpp lib/find_speller.cpp lib/speller-c.cpp \ + lib/string_pair_enumeration-c.cpp lib/new_checker.cpp \ + modules/filter/url.cpp $(am__append_3) +-libaspell_la_LIBADD = $(LIBINTL) $(PTHREAD_LIB) ++libaspell_la_LIBADD = $(LIBINTL) $(PTHREAD_LIB) $(LTLIBINTL) + @INCREMENTED_SONAME_FALSE@libaspell_la_LDFLAGS = -version-info 16:0:1 + @INCREMENTED_SONAME_TRUE@libaspell_la_LDFLAGS = -version-info 16:0:0 + @PSPELL_COMPATIBILITY_TRUE@libpspell_la_SOURCES = lib/dummy.cpp @@ -521,7 +526,7 @@ @INCREMENTED_SONAME_TRUE@@PSPELL_COMPATIBILITY_TRUE@libpspell_la_LDFLAGS = -version-info 16:0:0 word_list_compress_SOURCES = prog/compress.c -- cgit