]> git.pld-linux.org Git - packages/fontforge.git/blob - fontforge-link.patch
- new URLs, updated to 20170731
[packages/fontforge.git] / fontforge-link.patch
1 --- fontforge-2.0.20170731/configure.ac.orig    2017-07-31 10:30:25.294015000 +0200
2 +++ fontforge-2.0.20170731/configure.ac 2018-06-21 21:57:04.087315481 +0200
3 @@ -622,7 +622,7 @@
4  test x"${i_do_have_cairo}" = xyes && my_libs="${my_libs} ${CAIRO_LIBS}"
5  test x"${i_do_have_cairo}" = xyes && my_libs="${my_libs} ${PANGOCAIRO_LIBS}"
6  test x"${i_do_have_gui}" = xyes && my_libs="${my_libs} ${PANGO_LIBS}"
7 -test x"${i_do_have_x}" = xyes && my_libs="${my_libs} ${X_PRE_LIBS} ${X_LIBS} ${X_EXTRA_LIBS}"
8 +test x"${i_do_have_x}" = xyes && my_libs="${my_libs} ${X_LIBS} ${X_EXTRA_LIBS}"
9  test x"${i_do_have_libreadline}" = xyes && my_libs="${my_libs} ${LIBREADLINE_LIBS}"
10  test x"${i_do_have_libspiro}" = xyes && my_libs="${my_libs} ${LIBSPIRO_LIBS}"
11  my_libs="${my_libs} ${LIBSPIRO_LIBS}"
12 --- fontforge-2.0.20170731/Makefile.am.orig     2017-07-22 07:00:38.802074006 +0200
13 +++ fontforge-2.0.20170731/Makefile.am  2018-06-21 22:20:54.687299149 +0200
14 @@ -66,6 +66,7 @@
15  SUBDIRS += collab
16  endif
17  
18 +SUBDIRS += plugins
19  SUBDIRS += fontforge
20  
21  if GRAPHICAL_USER_INTERFACE
22 @@ -90,7 +91,6 @@
23         contrib \
24         doc \
25         nodejs \
26 -       plugins \
27         po \
28         pycontrib \
29         share \
This page took 0.060797 seconds and 4 git commands to generate.