FreeBSD Bugzilla – Attachment 203410 Details for
Bug 236879
[PATCH] cad/lepton-eda: fix build on 13.0-CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cad/lepton-eda: fix link errors in utils/gschlas on 13.0-CURRENT
lepton-eda.diff (text/plain), 2.00 KB, created by
Dmitry Pryakhin
on 2019-04-05 13:43:03 UTC
(
hide
)
Description:
cad/lepton-eda: fix link errors in utils/gschlas on 13.0-CURRENT
Filename:
MIME Type:
Creator:
Dmitry Pryakhin
Created:
2019-04-05 13:43:03 UTC
Size:
2.00 KB
patch
obsolete
>Index: cad/lepton-eda/Makefile >=================================================================== >--- cad/lepton-eda/Makefile (revision 497721) >+++ cad/lepton-eda/Makefile (working copy) >@@ -55,8 +55,16 @@ > # 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: > # >Index: cad/lepton-eda/files/patch-utils_gschlas_Makefile.am >=================================================================== >--- cad/lepton-eda/files/patch-utils_gschlas_Makefile.am (nonexistent) >+++ cad/lepton-eda/files/patch-utils_gschlas_Makefile.am (working copy) >@@ -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 *~ > >Property changes on: cad/lepton-eda/files/patch-utils_gschlas_Makefile.am >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 236879
:
203242
|
203256
|
203396
| 203410