diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-30 07:04:54 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-30 07:04:54 +0800 |
commit | e27c977bf881ade45b4785b166649748ff878894 (patch) | |
tree | 38cc6500b1f2fafddbbbca1ce07205d70b8c8ddf /textproc | |
parent | d4e57f93fad49cd1be665e8f7b0953e002f98452 (diff) | |
download | freebsd-ports-gnome-e27c977bf881ade45b4785b166649748ff878894.tar.gz freebsd-ports-gnome-e27c977bf881ade45b4785b166649748ff878894.tar.zst freebsd-ports-gnome-e27c977bf881ade45b4785b166649748ff878894.zip |
Force libaspell to link with libintl to fix gnomespell and balsa.
Bump PORTREVISION.
Reported by: marcus and Volker Kindermann.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 1 | ||||
-rw-r--r-- | textproc/aspell/files/patch-Makefile.in | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index bf75f24e0654..92ea6f93c992 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 8d02d476ac5b..bd3318b3e10e 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 |