freebsd-ports/databases/gtksql/files/patch-Makefile.in
Kirill Ponomarev 78458da1c7 - Fix build
- Add new necessary dependencies
- Replace portions of CPPFLAGS and LDFLAGS with sed patches for
  ${WRKSRC}/configure
- Add sed patch to rename some deprecated structure names after
  v3.7.1 update of x11-toolkits/scintilla

PR:		217697
Submitted by:	lightside@gmx.com
Approved by:	mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9974
2017-03-13 18:17:03 +00:00

19 lines
451 B
Text

--- Makefile.in.orig 2007-11-01 14:05:59 UTC
+++ Makefile.in
@@ -237,14 +237,12 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = Pics po scintilla intl src pixmaps man gnome
-gtksqldocdir = ${prefix}/doc/gtksql
+SUBDIRS = Pics po src pixmaps man gnome
+gtksqldocdir = ${docdir}
gtksqldoc_DATA = \
README\
- COPYING\
AUTHORS\
ChangeLog\
- INSTALL\
NEWS\
TODO