public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/gts/files: gts-0.7.6-include-fix.patch
@ 2008-02-20 14:23 Markus Dittrich (markusle)
  0 siblings, 0 replies; only message in thread
From: Markus Dittrich (markusle) @ 2008-02-20 14:23 UTC (permalink / raw
  To: gentoo-commits

markusle    08/02/20 14:23:13

  Added:                gts-0.7.6-include-fix.patch
  Log:
  Added fix so make finds netpbm includes (see bug #210861).
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.1                  sci-libs/gts/files/gts-0.7.6-include-fix.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gts/files/gts-0.7.6-include-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gts/files/gts-0.7.6-include-fix.patch?rev=1.1&content-type=text/plain

Index: gts-0.7.6-include-fix.patch
===================================================================
diff -Naur gts-0.7.6/examples/Makefile.in gts-0.7.6.new/examples/Makefile.in
--- gts-0.7.6/examples/Makefile.in	2006-03-09 19:31:05.000000000 -0500
+++ gts-0.7.6.new/examples/Makefile.in	2008-02-20 09:08:47.000000000 -0500
@@ -139,7 +139,7 @@
 volume_OBJECTS = volume.$(OBJEXT)
 volume_LDADD = $(LDADD)
 volume_DEPENDENCIES = $(top_builddir)/src/libgts.la
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I/usr/include/netpbm
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cartesian.Po \
diff -Naur gts-0.7.6/src/Makefile.in gts-0.7.6.new/src/Makefile.in
--- gts-0.7.6/src/Makefile.in	2006-03-09 19:31:05.000000000 -0500
+++ gts-0.7.6.new/src/Makefile.in	2008-02-20 09:08:17.000000000 -0500
@@ -354,7 +354,7 @@
 	  rm -f "$${dir}/so_locations"; \
 	done
 libgts.la: $(libgts_la_OBJECTS) $(libgts_la_DEPENDENCIES) 
-	$(LINK) -rpath $(libdir) $(libgts_la_LDFLAGS) $(libgts_la_OBJECTS) $(libgts_la_LIBADD) $(LIBS)
+	$(LINK) -rpath $(libdir) $(libgts_la_LDFLAGS) $(libgts_la_OBJECTS) $(libgts_la_LIBADD) $(LIBS) -lm
 install-binSCRIPTS: $(bin_SCRIPTS)
 	@$(NORMAL_INSTALL)
 	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-02-20 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-20 14:23 [gentoo-commits] gentoo-x86 commit in sci-libs/gts/files: gts-0.7.6-include-fix.patch Markus Dittrich (markusle)

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