r47048 - in /packages/geomview/trunk/debian: changelog patches/10_link-gvx-with-opengl.patch

smr at users.alioth.debian.org smr at users.alioth.debian.org
Mon Jun 8 02:49:56 UTC 2015


Author: smr
Date: Mon Jun  8 02:49:55 2015
New Revision: 47048

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47048
Log:
Ensure gvx is linked with OpenGL libs.

Added:
    packages/geomview/trunk/debian/patches/10_link-gvx-with-opengl.patch
Modified:
    packages/geomview/trunk/debian/changelog

Modified: packages/geomview/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/geomview/trunk/debian/changelog?rev=47048&op=diff
==============================================================================
--- packages/geomview/trunk/debian/changelog	(original)
+++ packages/geomview/trunk/debian/changelog	Mon Jun  8 02:49:55 2015
@@ -5,6 +5,7 @@
   * patches/02_info-nofigs.diff: Remove.  No longer applies.
   * patches/04_sprintf-string-literal.patch: Remove. Fixed upstream.
   * control, rules: use autoreconf to support newer architectures.  Closes: #744579, #765211.
+  * patches/10_link-gvx-with-opengl.patch: New.  Link with -GL.
 
  -- Steve M. Robbins <smr at debian.org>  Tue, 01 Apr 2014 01:55:28 -0500
 

Added: packages/geomview/trunk/debian/patches/10_link-gvx-with-opengl.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/geomview/trunk/debian/patches/10_link-gvx-with-opengl.patch?rev=47048&op=file
==============================================================================
--- packages/geomview/trunk/debian/patches/10_link-gvx-with-opengl.patch	(added)
+++ packages/geomview/trunk/debian/patches/10_link-gvx-with-opengl.patch	Mon Jun  8 02:49:55 2015
@@ -0,0 +1,18 @@
+--- src/bin/geomview/x11/Makefile.am~	2014-03-12 11:51:11.000000000 -0500
++++ src/bin/geomview/x11/Makefile.am	2015-06-07 21:42:26.333612802 -0500
+@@ -2,7 +2,7 @@
+ SUBDIRS = bitmaps interface
+ 
+ gvx_LDADD = ../common/libgvcommon.a buildinfo.o \
+- $(MOTIFUILIB) $(MOTIFLIBS) $(XMULIBS) $(OOGLLIB) $(XLIBS)
++ $(MOTIFUILIB) $(MOTIFLIBS) $(XMULIBS) $(OOGLLIB) $(XLIBS) $(OPENGLLIBS)
+ gvx_DEPENDENCIES = ../common/libgvcommon.a buildinfo.o $(OOGLLIB)
+ #gvx_LDFLAGS = -rpath $(libdir)
+ 
+@@ -23,4 +23,4 @@
+ ../clang.c ../clang.h:
+ 	cd .. && $(MAKE) $(AM_MAKEFLAGS) clang
+ 
+-DISTCLEANFILES = buildinfo.c clang.c clang.h
+\ No newline at end of file
++DISTCLEANFILES = buildinfo.c clang.c clang.h




More information about the debian-science-commits mailing list