0 add3.1.4-no-undefined.patch 0 from Cygwin to make .DLL's
fix-zsh-highlighting-hangups.patch - from Archlinux to fix a problem they found
fbuild Documentation with Doxygen
fix depends so that building requires ${MINGW_PACKAGE_PREFIX}-ctags and ${MINGW_PACKAGE_PREFIX}-doxygen for documentation. This is onlyr equired for builds.
12 lines
615 B
Diff
12 lines
615 B
Diff
--- origsrc/source-highlight-3.1.4/lib/srchilite/Makefile.am 2010-06-14 09:41:58.000000000 -0500
|
|
+++ src/source-highlight-3.1.4/lib/srchilite/Makefile.am 2010-09-07 00:33:53.901330300 -0500
|
|
@@ -98,7 +98,7 @@ libsource_highlight_la_SOURCES = \
|
|
libsource_highlight_la_LIBADD = $(top_builddir)/gl/libgnu.la \
|
|
@LTLIBOBJS@ $(BOOST_REGEX_LIB)
|
|
|
|
-libsource_highlight_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBRARY_VERSION)
|
|
+libsource_highlight_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBRARY_VERSION) -no-undefined
|
|
|
|
library_includedir=$(includedir)/$(LIBRARY_NAMESPACE)
|
|
library_include_HEADERS = $(h_sources)
|