Files
MINGW-packages/mingw-w64-source-highlight/3.1.4-no-undefined.patch
JPeterMugaas e1cb7cb1eb source-highlight-3.1.8- - various improvements
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.
2019-04-11 11:04:12 -04:00

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)