ports/graphics/xournal/files/patch-src_Makefile.in
Steve Wills eaa76a85f0 graphics/xournal: make DATADIR clean
While here, put back USES=desktop-file-utils shared-mime-info which was
mistakenly removed in previous commits.

PR:		221713
Approved by:	me@janh.de (maintainer timeout, >2 weeks)
2017-09-07 00:45:27 +00:00

11 lines
372 B
Text

--- src/Makefile.in.orig 2017-08-20 23:55:48 UTC
+++ src/Makefile.in
@@ -342,7 +342,7 @@ top_srcdir = @top_srcdir@
@WIN32_FALSE@SUBDIRS = ttsubset
@WIN32_TRUE@SUBDIRS = ttsubset win32
INCLUDES = \
- -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
+ -DPACKAGE_DATA_DIR=\""$(DATADIR)/pixmaps"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
@PACKAGE_CFLAGS@