public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-electronics/oregano/files: oregano-0.69.1-fix-libm.patch
@ 2014-11-12 21:46 Yixun Lan (dlan)
  0 siblings, 0 replies; only message in thread
From: Yixun Lan (dlan) @ 2014-11-12 21:46 UTC (permalink / raw
  To: gentoo-commits

dlan        14/11/12 21:46:23

  Added:                oregano-0.69.1-fix-libm.patch
  Log:
  drop old; fix unresolved symbol, missing -lm, bug 527828, thanks Fat-Zer
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)

Revision  Changes    Path
1.1                  sci-electronics/oregano/files/oregano-0.69.1-fix-libm.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/oregano/files/oregano-0.69.1-fix-libm.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/oregano/files/oregano-0.69.1-fix-libm.patch?rev=1.1&content-type=text/plain

Index: oregano-0.69.1-fix-libm.patch
===================================================================
--- src/SConscript.old  2009-07-07 19:49:49.000000000 +0400
+++ src/SConscript      2014-11-12 20:57:50.311089881 +0300
@@ -67,6 +67,8 @@

 SrcEnv.Append (CCFLAGS = Split ("-I./src -I./src/model -I./src/sheet -I./src/gplot -I./data/dialogs -I./src/engines"))

+SrcEnv.Append (LIBS = ['m'])
+
 oregano = SrcEnv.Program ('oregano', files)

 # Install alias #




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

only message in thread, other threads:[~2014-11-12 21:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 21:46 [gentoo-commits] gentoo-x86 commit in sci-electronics/oregano/files: oregano-0.69.1-fix-libm.patch Yixun Lan (dlan)

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