summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2006-07-22 17:00:57 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2006-07-22 17:00:57 +0000
commitdb8efb7a8d81c188bbe948ab752df1271a90ff85 (patch)
tree8d29a12ddc89bfd36ea55b902370a7c4689518b8
parentc1434540f24bf785044c467bf9a19888790c3d56 (diff)
downloadenchant-db8efb7a8d81c188bbe948ab752df1271a90ff85.tar.gz
2006-07-22 Dom Lachowicz <cinamod@hotmail.com>
* src/*/Makefile.am: add '-module' to LDFLAGS so that things get built correctly on Mac OSX (bug 10398) git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21137 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--ChangeLog5
-rw-r--r--src/aspell/Makefile.am2
-rw-r--r--src/hspell/Makefile.am2
-rw-r--r--src/ispell/Makefile.am2
-rw-r--r--src/myspell/Makefile.am2
-rw-r--r--src/uspell/Makefile.am2
-rwxr-xr-xtests/ispell2
-rw-r--r--tests/test.pwl1
8 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c961ff..db1916d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-22 Dom Lachowicz <cinamod@hotmail.com>
+
+ * src/*/Makefile.am: add '-module' to LDFLAGS so that things get
+ built correctly on Mac OSX (bug 10398)
+
2006-05-06 Dom Lachowicz <cinamod@hotmail.com>
* configure.in: Bump version number to indicate an unstable series
diff --git a/src/aspell/Makefile.am b/src/aspell/Makefile.am
index e06c4ac..c4b9d1f 100644
--- a/src/aspell/Makefile.am
+++ b/src/aspell/Makefile.am
@@ -10,6 +10,6 @@ aspell_LTLIBRARIES = $(target_lib)
aspelldir= $(libdir)/enchant
libenchant_aspell_la_LIBADD= $(ENCHANT_LIBS) $(ASPELL_LIBS) $(top_builddir)/src/libenchant.la
-libenchant_aspell_la_LDFLAGS = -avoid-version -no-undefined
+libenchant_aspell_la_LDFLAGS = -module -avoid-version -no-undefined
libenchant_aspell_la_SOURCES = aspell_provider.c
libenchant_aspell_lalibdir=$(libdir)/enchant
diff --git a/src/hspell/Makefile.am b/src/hspell/Makefile.am
index 287da70..a49abdd 100644
--- a/src/hspell/Makefile.am
+++ b/src/hspell/Makefile.am
@@ -10,6 +10,6 @@ hspell_LTLIBRARIES = $(target_lib)
hspelldir= $(libdir)/enchant
libenchant_hspell_la_LIBADD= $(ENCHANT_LIBS) $(HSPELL_LIBS) $(top_builddir)/src/libenchant.la
-libenchant_hspell_la_LDFLAGS = -avoid-version -no-undefined
+libenchant_hspell_la_LDFLAGS = -module -avoid-version -no-undefined
libenchant_hspell_la_SOURCES = hspell_provider.c
libenchant_hspell_lalibdir=$(libdir)/enchant
diff --git a/src/ispell/Makefile.am b/src/ispell/Makefile.am
index bea461a..e093e22 100644
--- a/src/ispell/Makefile.am
+++ b/src/ispell/Makefile.am
@@ -11,7 +11,7 @@ ispelldir= $(libdir)/enchant
libenchant_ispell_lalibdir=$(libdir)/enchant
libenchant_ispell_la_LIBADD= $(ENCHANT_LIBS) $(top_builddir)/src/libenchant.la
-libenchant_ispell_la_LDFLAGS = -avoid-version -no-undefined
+libenchant_ispell_la_LDFLAGS = -module -avoid-version -no-undefined
libenchant_ispell_la_SOURCES = \
correct.cpp \
good.cpp \
diff --git a/src/myspell/Makefile.am b/src/myspell/Makefile.am
index 3b66701..5fa4148 100644
--- a/src/myspell/Makefile.am
+++ b/src/myspell/Makefile.am
@@ -11,7 +11,7 @@ myspelldir= $(libdir)/enchant
libenchant_myspell_lalibdir=$(libdir)/enchant
libenchant_myspell_la_LIBADD= $(MYSPELL_LIBS) $(ENCHANT_LIBS) $(top_builddir)/src/libenchant.la
-libenchant_myspell_la_LDFLAGS = -avoid-version -no-undefined
+libenchant_myspell_la_LDFLAGS = -module -avoid-version -no-undefined
libenchant_myspell_la_SOURCES = \
affentry.hxx \
diff --git a/src/uspell/Makefile.am b/src/uspell/Makefile.am
index b9f14dd..090a808 100644
--- a/src/uspell/Makefile.am
+++ b/src/uspell/Makefile.am
@@ -10,6 +10,6 @@ uspell_LTLIBRARIES = $(target_lib)
uspelldir= $(libdir)/enchant
libenchant_uspell_la_LIBADD= $(ENCHANT_LIBS) $(USPELL_LIBS) $(top_builddir)/src/libenchant.la
-libenchant_uspell_la_LDFLAGS = -avoid-version -no-undefined
+libenchant_uspell_la_LDFLAGS = -module -avoid-version -no-undefined
libenchant_uspell_la_SOURCES = uspell_provider.cpp
libenchant_uspell_lalibdir=$(libdir)/enchant
diff --git a/tests/ispell b/tests/ispell
index c0b229e..4f09337 100755
--- a/tests/ispell
+++ b/tests/ispell
@@ -2,7 +2,7 @@
# Ispell compatibility script for Enchant
-exec_prefix=/usr
+exec_prefix=/usr/local
bindir=${exec_prefix}/bin
command=""
diff --git a/tests/test.pwl b/tests/test.pwl
index c6089a7..70b898c 100644
--- a/tests/test.pwl
+++ b/tests/test.pwl
@@ -1,2 +1,3 @@
hello
tag
+helllo