mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
de6a522b18
Remark: this release includes a patch provided by rdivacky to build with clang.
35 lines
1.4 KiB
Plaintext
35 lines
1.4 KiB
Plaintext
--- Makefile.in.orig 2011-07-04 10:58:49.000000000 +0200
|
|
+++ Makefile.in 2011-07-04 21:17:31.000000000 +0200
|
|
@@ -481,7 +481,12 @@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
AUTOMAKE_OPTIONS = foreign subdir-objects
|
|
-SUBDIRS = . po manual
|
|
+
|
|
+ifndef NOPORTDOCS
|
|
+MANUALSUBDIR = manual
|
|
+endif
|
|
+SUBDIRS = . po $(MANUALSUBDIR)
|
|
+
|
|
DIST_SUBDIRS = ${SUBDIRS} examples myspell lib5
|
|
filterdir = ${pkglibdir}
|
|
optdir = ${pkgdatadir}
|
|
@@ -569,7 +574,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 = $(LTLIBINTL) $(PTHREAD_LIB)
|
|
+libaspell_la_LIBADD = $(LTLIBINTL) $(PTHREAD_LIB) $(LTLIBINTL)
|
|
@INCREMENTED_SONAME_FALSE@libaspell_la_LDFLAGS = -version-info 16:5:1 -no-undefined
|
|
@INCREMENTED_SONAME_TRUE@libaspell_la_LDFLAGS = -version-info 16:5:0 -no-undefined
|
|
@PSPELL_COMPATIBILITY_TRUE@libpspell_la_SOURCES = lib/dummy.cpp
|
|
@@ -578,7 +583,7 @@
|
|
@INCREMENTED_SONAME_TRUE@@PSPELL_COMPATIBILITY_TRUE@libpspell_la_LDFLAGS = -version-info 16:5:0 -no-undefined
|
|
word_list_compress_SOURCES = prog/compress.c
|
|
aspell_SOURCES = prog/aspell.cpp prog/check_funs.cpp prog/checker_string.cpp
|
|
-aspell_LDADD = libaspell.la $(CURSES_LIB)
|
|
+aspell_LDADD = libaspell.la $(CURSES_LIB) $(LTLIBINTL)
|
|
prezip_bin_SOURCES = prog/prezip.c
|
|
static_optfiles = modules/filter/url-filter.info $(am__append_2)
|
|
dynamic_optfiles = $(am__append_4)
|