File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,8 +214,7 @@ md5 md5module.c md5c.c
214214
215215# This module requires the header file
216216# /usr/people/4Dgifts/iristools/include/izoom.h:
217-
218- #imgfile imgfile.c -limage -lgutil # Image Processing Utilities
217+ #imgfile imgfile.c -limage -lgutil -lgl -lm # Image Processing Utilities
219218
220219
221220# These modules require the Multimedia Development Option (I think):
@@ -345,11 +344,8 @@ cPickle cPickle.c
345344#fpetest fpetestmodule.c
346345
347346# Andrew Kuchling's zlib module.
348- # This require zlib 1.0.4. See http://quest.jpl.nasa.gov/zlib/
349- # Edit the ZLIBHOME variable to point to the place where you built zlib.
350- # If you installed libzlib.a, replace the last argument with -lz
351- #ZLIBHOME=..
352- #zlib zlibmodule.c -I$(ZLIBHOME) -L$(ZLIBHOME) -lz
347+ # This require zlib 1.0.4 (or later). See http://quest.jpl.nasa.gov/zlib/
348+ #zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
353349
354350
355351# Example -- included for reference only:
You can’t perform that action at this time.
0 commit comments