File: 10_link-gvx-with-opengl.patch

package info (click to toggle)
geomview 1.9.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,096 kB
  • sloc: ansic: 93,696; sh: 12,051; cpp: 1,215; makefile: 1,075; objc: 263; perl: 153; yacc: 152; tcl: 76; lex: 74
file content (11 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/bin/geomview/x11/Makefile.am
+++ b/src/bin/geomview/x11/Makefile.am
@@ -2,7 +2,7 @@ INCLUDES = $(default_includes) $(MOTIFIN
 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)