mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
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)
11 lines
372 B
Text
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@
|
|
|