1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Fix build on -stable and -current.

This commit is contained in:
Adam Weinberger 2014-09-05 15:44:10 +00:00
parent 0b7ea6a4a5
commit cfda6cf4fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367349

View File

@ -0,0 +1,11 @@
--- plugins/scintilla/scintilla/Makefile.in.orig 2014-09-05 15:15:26 UTC
+++ plugins/scintilla/scintilla/Makefile.in
@@ -85,7 +85,7 @@
test_scintilla_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
$(test_scintilla_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
- $(LDFLAGS) -o $@
+ $(LDFLAGS) -lgmodule-2.0 -o $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles