summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-08-29 23:04:54 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-08-29 23:04:54 +0000
commit42a7a68fdfb8346930508109fee825e690624e8f (patch)
tree6ae2177f6051019c9866d5b3aa2b88236c2e28e1
parentAdd libutempter, an interface to record user sessions to utmp and wtmp files (diff)
Force libaspell to link with libintl to fix gnomespell and balsa.
Bump PORTREVISION. Reported by: marcus and Volker Kindermann.
Notes
Notes: svn path=/head/; revision=117609
-rw-r--r--textproc/aspell/Makefile1
-rw-r--r--textproc/aspell/files/patch-Makefile.in11
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