diff options
author | adamw <adamw@FreeBSD.org> | 2014-09-05 23:44:10 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-09-05 23:44:10 +0800 |
commit | d54333ad6cf5eb212b452d2f051136e4aafda2dc (patch) | |
tree | 9ac0bc597dd70e046a8c747d29af4e3061965b8f /devel | |
parent | 285f0df4652cf48c027bd38c1cb769d5f46200be (diff) | |
download | freebsd-ports-gnome-d54333ad6cf5eb212b452d2f051136e4aafda2dc.tar.gz freebsd-ports-gnome-d54333ad6cf5eb212b452d2f051136e4aafda2dc.tar.zst freebsd-ports-gnome-d54333ad6cf5eb212b452d2f051136e4aafda2dc.zip |
Fix build on -stable and -current.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/anjuta-extras/files/patch-plugins__scintilla__scintilla__Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/anjuta-extras/files/patch-plugins__scintilla__scintilla__Makefile.in b/devel/anjuta-extras/files/patch-plugins__scintilla__scintilla__Makefile.in new file mode 100644 index 000000000000..350bc88ca84e --- /dev/null +++ b/devel/anjuta-extras/files/patch-plugins__scintilla__scintilla__Makefile.in @@ -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 |