mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
12 lines
338 B
Text
12 lines
338 B
Text
--- Makefile.in.orig 2016-10-04 13:42:08 UTC
|
|
+++ Makefile.in
|
|
@@ -396,7 +396,8 @@ libptexenc_la_SOURCES = \
|
|
libptexenc_la_LIBADD = $(KPATHSEA_LIBS)
|
|
nobase_include_HEADERS = \
|
|
ptexenc/ptexenc.h \
|
|
- ptexenc/unicode.h
|
|
+ ptexenc/unicode.h \
|
|
+ ptexenc/unicode-jp.h
|
|
|
|
pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
pkgconfig_DATA = ptexenc.pc
|