FreeBSD Bugzilla – Attachment 205902 Details for
Bug 239311
cad/lepton-eda: respect CFLAGS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
lepton-eda.patch (text/plain), 3.40 KB, created by
Piotr Kubaj
on 2019-07-19 17:52:37 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-07-19 17:52:37 UTC
Size:
3.40 KB
patch
obsolete
>Index: files/patch-cli_Makefile.am >=================================================================== >--- files/patch-cli_Makefile.am (nonexistent) >+++ files/patch-cli_Makefile.am (working copy) >@@ -0,0 +1,11 @@ >+--- cli/Makefile.am.orig 2019-07-19 17:10:25 UTC >++++ cli/Makefile.am >+@@ -28,7 +28,7 @@ lepton_cli_CPPFLAGS = \ >+ lepton_cli_CFLAGS = \ >+ $(GCC_CFLAGS) $(MINGW_CFLAGS) $(GUILE_CFLAGS) $(GTK_CFLAGS) \ >+ $(GDK_PIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(CAIRO_PNG_CFLAGS) \ >+- $(CAIRO_PDF_CLAGS) $(CAIRO_PS_CFLAGS) $(CAIRO_SVG_CFLAGS) >++ $(CAIRO_PDF_CLAGS) $(CAIRO_PS_CFLAGS) $(CAIRO_SVG_CFLAGS) $(CFLAGS) >+ lepton_cli_LDFLAGS = $(GUILE_LIBS) $(GTK_LIBS) $(GDK_PIXBUF_LIBS) $(CAIRO_LIBS) \ >+ $(CAIRO_PNG_LIBS) $(CAIRO_PDF_CLAGS) $(CAIRO_PS_LIBS) $(CAIRO_SVG_LIBS) >+ lepton_cli_LDADD = \ > >Property changes on: files/patch-cli_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 >Index: files/patch-liblepton_src_Makefile.am >=================================================================== >--- files/patch-liblepton_src_Makefile.am (nonexistent) >+++ files/patch-liblepton_src_Makefile.am (working copy) >@@ -0,0 +1,11 @@ >+--- liblepton/src/Makefile.am.orig 2019-07-19 16:53:37 UTC >++++ liblepton/src/Makefile.am >+@@ -99,7 +99,7 @@ liblepton_la_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" >+ -I$(srcdir)/../include -I$(srcdir)/../include/liblepton -I$(top_srcdir) >+ liblepton_la_CFLAGS = \ >+ $(GCC_CFLAGS) $(MINGW_CFLAGS) $(GUILE_CFLAGS) $(GLIB_CFLAGS) \ >+- $(GDK_PIXBUF_CFLAGS) >++ $(GDK_PIXBUF_CFLAGS) $(CFLAGS) >+ liblepton_la_LDFLAGS = -version-info $(LIBLEPTON_SHLIB_VERSION) \ >+ $(WINDOWS_LIBTOOL_FLAGS) $(MINGW_LDFLAGS) $(GUILE_LIBS) \ >+ $(GLIB_LIBS) $(GDK_PIXBUF_LIBS) > >Property changes on: files/patch-liblepton_src_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 >Index: files/patch-schematic_src_Makefile.am >=================================================================== >--- files/patch-schematic_src_Makefile.am (nonexistent) >+++ files/patch-schematic_src_Makefile.am (working copy) >@@ -0,0 +1,11 @@ >+--- schematic/src/Makefile.am.orig 2019-07-19 17:20:29 UTC >++++ schematic/src/Makefile.am >+@@ -128,7 +128,7 @@ lepton_schematic_CPPFLAGS = -I$(top_srcdir)/liblepton/ >+ -I$(top_srcdir) -I$(includedir) >+ lepton_schematic_CFLAGS = $(GCC_CFLAGS) $(LIBSTROKE_CFLAGS) \ >+ $(MINGW_CFLAGS) \ >+- $(GLIB_CFLAGS) $(GTK_CFLAGS) $(GTHREAD_CFLAGS) $(GUILE_CFLAGS) >++ $(GLIB_CFLAGS) $(GTK_CFLAGS) $(GTHREAD_CFLAGS) $(GUILE_CFLAGS) $(CFLAGS) >+ lepton_schematic_LDFLAGS = $(LIBSTROKE_LDFLAGS) $(GLIB_LIBS) $(GTK_LIBS) \ >+ $(GTHREAD_LIBS) $(GUILE_LIBS) $(MINGW_GUI_LDFLAGS) >+ lepton_schematic_LDADD = \ > >Property changes on: files/patch-schematic_src_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
Flags:
pkubaj
:
maintainer-approval?
(
graahnul.grom
)
Actions:
View
|
Diff
Attachments on
bug 239311
: 205902 |
205948