public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/mpb/files: mpb-1.4.2-guile18.patch mpb-1.4.2-gcc4.patch
@ 2012-08-08  4:08 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2012-08-08  4:08 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/08/08 04:08:59

  Added:                mpb-1.4.2-guile18.patch
  Removed:              mpb-1.4.2-gcc4.patch
  Log:
  Fixed for guile-1.8. Switched to EAPI4. Cleanup ebuild. Install properly mpbi. Keyword amd64-linux, x86-linux
  
  (Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-physics/mpb/files/mpb-1.4.2-guile18.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/mpb/files/mpb-1.4.2-guile18.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/mpb/files/mpb-1.4.2-guile18.patch?rev=1.1&content-type=text/plain

Index: mpb-1.4.2-guile18.patch
===================================================================
diff -Nur mpb-1.4.2.orig/mpb-ctl/field-smob.c mpb-1.4.2/mpb-ctl/field-smob.c
--- mpb-1.4.2.orig/mpb-ctl/field-smob.c	2012-08-07 20:56:24.538452994 -0700
+++ mpb-1.4.2/mpb-ctl/field-smob.c	2012-08-07 20:56:43.713557380 -0700
@@ -157,7 +157,7 @@
 boolean cur_fieldp(SCM obj)
 {
      if (SCM_NIMP(obj) && SCM_SYMBOLP(obj)) {
-	  char *s = gh_symbol2newstr(obj, NULL);
+	  char *s = gh_symbol2newstr(obj);
 	  int ret = !strcmp(s, "cur-field");
 	  free(s);
 	  return ret;





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

only message in thread, other threads:[~2012-08-08  4:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08  4:08 [gentoo-commits] gentoo-x86 commit in sci-physics/mpb/files: mpb-1.4.2-guile18.patch mpb-1.4.2-gcc4.patch Sebastien Fabbro (bicatali)

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