Ticket #40928: patch-ds9_Makefile.diff
File patch-ds9_Makefile.diff, 851 bytes (added by lpsinger (Leo Singer), 11 years ago) |
---|
-
ds9/Makefile
old new 50 50 ../lib/librice.a \ 51 51 ../lib/libhcomp.a \ 52 52 ../lib/libplio.a \ 53 ../lib/libast.a \54 ../lib/libast_err.a \55 ../lib/libast_pal.a \56 53 ../lib/libsaotk.a \ 57 54 ../lib/libwcs.a \ 58 55 ../lib/libzvfs.a \ 59 ../lib/libzip.a \60 ../lib/libz.a \61 56 ../lib/libxpa.a \ 62 57 ../lib/libiis.a \ 63 58 ../lib/libcheckdns.a \ … … 142 137 cp ds9Base ds9 143 138 144 139 ds9.zip : $(FILES) 145 cd zipdir; ../../bin/zip -r9 ../ds9.zip *140 cd zipdir; zip -r9 ../ds9.zip * 146 141 147 142 else 148 143 … … 376 371 $(CXX) ${OPTS} \ 377 372 -o $@ $(OBJS) $(LIBS) \ 378 373 -L$(X11LIB) -lX11 -lXext -lXft -lXrender -lXss -lfontconfig -lfreetype \ 379 -lxml2 \ 374 -lxml2 -ljbig -lz -lzip \ 375 -last -last_err -last_pal -last_pgplot -last_pgplot3d -lpgplot \ 380 376 -lstdc++ -liconv 381 377 endif 382 378