View | Details | Raw Unified | Return to bug 236879 | Differences between
and this patch

Collapse All | Expand All

(-)cad/lepton-eda/Makefile (-1 / +9 lines)
Lines 55-62 Link Here
55
# work around for errors while running
55
# work around for errors while running
56
# build-tools/icon-theme-installer:
56
# build-tools/icon-theme-installer:
57
#
57
#
58
# Cannot find 'install -m 0644'; You probably want to pass -x $(INSTALL_DATA)
58
# Cannot find 'install -m 0644'; You probably want to pass -x ${INSTALL_DATA}
59
#
59
#
60
#
61
# NOTE: in the error message above (I wanted to show it
62
# verbatim), INSTALL_DATA actually is enclosed in
63
# parenthesis, not in curly brackets.
64
# I had to change it to appease portlint(1), which does
65
# not ignore comments in makefiles.
66
#
67
#
60
# for 3 dirs (attrib/data, liblepton/data, schematic/data)
68
# for 3 dirs (attrib/data, liblepton/data, schematic/data)
61
# the following lines should be in the generated Makefile:
69
# the following lines should be in the generated Makefile:
62
#
70
#
(-)cad/lepton-eda/files/patch-utils_gschlas_Makefile.am (+11 lines)
Line 0 Link Here
1
--- utils/gschlas/Makefile.am.orig	2018-12-11 19:24:41 UTC
2
+++ utils/gschlas/Makefile.am
3
@@ -16,7 +16,7 @@ lepton_schlas_CPPFLAGS = -I$(top_srcdir)
4
 	-I$(top_srcdir) -I$(includedir)
5
 lepton_schlas_CFLAGS = $(GCC_CFLAGS) $(MINGW_CFLAGS) $(GLIB_CFLAGS) \
6
 	$(GUILE_CFLAGS) $(GDK_PIXBUF_CFLAGS)
7
-lepton_schlas_LDFLAGS = $(GLIB_LIBS) $(GUILE_LIBS) $(GDK_PIXBUF_LIBS)
8
+lepton_schlas_LDFLAGS = $(GLIB_LIBS) $(GUILE_LIBS) $(GDK_PIXBUF_LIBS) $(GIO_LIBS)
9
 lepton_schlas_LDADD = $(top_builddir)/liblepton/src/liblepton.la
10
 
11
 MOSTLYCLEANFILES = *.log *.ps core FILE *~

Return to bug 236879