mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
cad/lepton-eda: fix build on 13.0-CURRENT
PR: 236879 Submitted by: graahnul.grom@gmail.com (maintainer)
This commit is contained in:
parent
e78f7bf6b6
commit
12e7d52369
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499146
@ -55,7 +55,15 @@ NLS_USES= gettext-runtime
|
||||
# work around for errors while running
|
||||
# build-tools/icon-theme-installer:
|
||||
#
|
||||
# Cannot find 'install -m 0644'; You probably want to pass -x $(INSTALL_DATA)
|
||||
# Cannot find 'install -m 0644'; You probably want to pass -x ${INSTALL_DATA}
|
||||
#
|
||||
#
|
||||
# NOTE: in the error message above (I wanted to show it
|
||||
# verbatim), INSTALL_DATA actually is enclosed in
|
||||
# parenthesis, not in curly brackets.
|
||||
# I had to change it to appease portlint(1), which does
|
||||
# not ignore comments in makefiles.
|
||||
#
|
||||
#
|
||||
# for 3 dirs (attrib/data, liblepton/data, schematic/data)
|
||||
# the following lines should be in the generated Makefile:
|
||||
|
11
cad/lepton-eda/files/patch-utils_gschlas_Makefile.am
Normal file
11
cad/lepton-eda/files/patch-utils_gschlas_Makefile.am
Normal file
@ -0,0 +1,11 @@
|
||||
--- utils/gschlas/Makefile.am.orig 2018-12-11 19:24:41 UTC
|
||||
+++ utils/gschlas/Makefile.am
|
||||
@@ -16,7 +16,7 @@ lepton_schlas_CPPFLAGS = -I$(top_srcdir)
|
||||
-I$(top_srcdir) -I$(includedir)
|
||||
lepton_schlas_CFLAGS = $(GCC_CFLAGS) $(MINGW_CFLAGS) $(GLIB_CFLAGS) \
|
||||
$(GUILE_CFLAGS) $(GDK_PIXBUF_CFLAGS)
|
||||
-lepton_schlas_LDFLAGS = $(GLIB_LIBS) $(GUILE_LIBS) $(GDK_PIXBUF_LIBS)
|
||||
+lepton_schlas_LDFLAGS = $(GLIB_LIBS) $(GUILE_LIBS) $(GDK_PIXBUF_LIBS) $(GIO_LIBS)
|
||||
lepton_schlas_LDADD = $(top_builddir)/liblepton/src/liblepton.la
|
||||
|
||||
MOSTLYCLEANFILES = *.log *.ps core FILE *~
|
Loading…
Reference in New Issue
Block a user