FreeBSD Bugzilla – Attachment 183235 Details for
Bug 219761
[patch] lang/spidermonkey17 blocks polkit from from building
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] alternate patch - put js cflags first (workaround for polkit only)
pr-multiple-spidermonkey-ports.diff (text/plain), 3.05 KB, created by
John Hein
on 2017-06-05 09:04:52 UTC
(
hide
)
Description:
[patch] alternate patch - put js cflags first (workaround for polkit only)
Filename:
MIME Type:
Creator:
John Hein
Created:
2017-06-05 09:04:52 UTC
Size:
3.05 KB
patch
obsolete
>Index: files/patch-src_polkitbackend_Makefile.in >=================================================================== >--- files/patch-src_polkitbackend_Makefile.in (nonexistent) >+++ files/patch-src_polkitbackend_Makefile.in (working copy) >@@ -0,0 +1,22 @@ >+--- src/polkitbackend/Makefile.in.orig 2017-06-05 08:17:54 UTC >++++ src/polkitbackend/Makefile.in >+@@ -467,9 +467,9 @@ libpolkit_backend_1_la_SOURCES = $(BUILT >+ libpolkit_backend_1_la_CFLAGS = \ >+ -D_POLKIT_COMPILATION \ >+ -D_POLKIT_BACKEND_COMPILATION \ >++ $(LIBJS_CFLAGS) \ >+ $(GLIB_CFLAGS) \ >+ $(LIBSYSTEMD_CFLAGS) \ >+- $(LIBJS_CFLAGS) \ >+ $(NULL) >+ >+ libpolkit_backend_1_la_LIBADD = \ >+@@ -664,7 +664,7 @@ libpolkit_backend_1_la-polkitbackendinte >+ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpolkit_backend_1_la_CFLAGS) $(CFLAGS) -c -o libpolkit_backend_1_la-polkitbackendinteractiveauthority.lo `test -f 'polkitbackendinteractiveauthority.c' || echo '$(srcdir)/'`polkitbackendinteractiveauthority.c >+ >+ libpolkit_backend_1_la-polkitbackendjsauthority.lo: polkitbackendjsauthority.c >+-@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpolkit_backend_1_la_CFLAGS) $(CFLAGS) -MT libpolkit_backend_1_la-polkitbackendjsauthority.lo -MD -MP -MF $(DEPDIR)/libpolkit_backend_1_la-polkitbackendjsauthority.Tpo -c -o libpolkit_backend_1_la-polkitbackendjsauthority.lo `test -f 'polkitbackendjsauthority.c' || echo '$(srcdir)/'`polkitbackendjsauthority.c >++@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(libpolkit_backend_1_la_CFLAGS) $(CPPFLAGS) $(CFLAGS) -MT libpolkit_backend_1_la-polkitbackendjsauthority.lo -MD -MP -MF $(DEPDIR)/libpolkit_backend_1_la-polkitbackendjsauthority.Tpo -c -o libpolkit_backend_1_la-polkitbackendjsauthority.lo `test -f 'polkitbackendjsauthority.c' || echo '$(srcdir)/'`polkitbackendjsauthority.c >+ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpolkit_backend_1_la-polkitbackendjsauthority.Tpo $(DEPDIR)/libpolkit_backend_1_la-polkitbackendjsauthority.Plo >+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='polkitbackendjsauthority.c' object='libpolkit_backend_1_la-polkitbackendjsauthority.lo' libtool=yes @AMDEPBACKSLASH@ >+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ > >Property changes on: files/patch-src_polkitbackend_Makefile.in >___________________________________________________________________ >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 219761
:
183185
| 183235