public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/teyjus/files: teyjus-2.0.2-flags.patch
@ 2012-12-12 10:42 Mark Wright (gienah)
  0 siblings, 0 replies; only message in thread
From: Mark Wright (gienah) @ 2012-12-12 10:42 UTC (permalink / raw
  To: gentoo-commits

gienah      12/12/12 10:42:06

  Modified:             teyjus-2.0.2-flags.patch
  Log:
  Fix sigsegv dereferencing argv = 0 by removing -shared. Also remove -fPIC. sed OMakefile to use CFLAGS and LDFLAGS. Place in subslot in case any future ebuild depends on teyjus.
  
  (Portage version: 2.1.11.36/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.2                  dev-lang/teyjus/files/teyjus-2.0.2-flags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/teyjus/files/teyjus-2.0.2-flags.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/teyjus/files/teyjus-2.0.2-flags.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/teyjus/files/teyjus-2.0.2-flags.patch?r1=1.1&r2=1.2

Index: teyjus-2.0.2-flags.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/teyjus/files/teyjus-2.0.2-flags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- teyjus-2.0.2-flags.patch	9 Dec 2012 21:57:06 -0000	1.1
+++ teyjus-2.0.2-flags.patch	12 Dec 2012 10:42:05 -0000	1.2
@@ -1,12 +1,14 @@
 --- teyjus-orig/source/OMakefile	2008-11-17 07:52:31.000000000 +1100
-+++ teyjus/source/OMakefile	2012-03-24 00:27:22.431627679 +1100
-@@ -19,7 +19,8 @@
++++ teyjus/source/OMakefile	2012-12-12 21:24:24.318557107 +1100
+@@ -19,7 +19,10 @@
  #
  
  OCAMLINCLUDES += $(CMP) $(DIS) $(SIM) $(LOD)
 -CFLAGS += -g
-+CFLAGS += -g -fPIC
-+OCAML_LINK_FLAGS += -shared
++CFLAGS +=
++LDFLAGS +=
++OCAMLFLAGS += -g
++OCAML_LINK_FLAGS +=
  
  ############################################################
  # Compilation files





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-12 10:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-12 10:42 [gentoo-commits] gentoo-x86 commit in dev-lang/teyjus/files: teyjus-2.0.2-flags.patch Mark Wright (gienah)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox