You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/openctm/files/openctm-1.0.3-link-ctmviewe...

12 lines
349 B

--- a/tools/Makefile.linux
+++ b/tools/Makefile.linux
@@ -47,7 +47,7 @@
ctmviewer: $(CTMVIEWEROBJS)
$(CPP) -s -o $@ -L$(OPENCTMDIR) $(CTMVIEWEROBJS) -lopenctm \
- -ltinyxml -ljpeg -lpnglite -lz -lglut -lGLU -lGLEW \
+ -ltinyxml -ljpeg -lpnglite -lz -lGL -lglut -lGLU -lGLEW \
-lgtk-x11-2.0 -lgobject-2.0 -lglib-2.0
ctmbench: $(CTMBENCHOBJS)