Ticket #40928: patch-ds9_Makefile.diff

File patch-ds9_Makefile.diff, 851 bytes (added by lpsinger (Leo Singer), 10 years ago)

Updated patch (not working yet, but different error message)

  • ds9/Makefile

    old new  
    5050        ../lib/librice.a \
    5151        ../lib/libhcomp.a \
    5252        ../lib/libplio.a \
    53         ../lib/libast.a \
    54         ../lib/libast_err.a \
    55         ../lib/libast_pal.a \
    5653        ../lib/libsaotk.a \
    5754        ../lib/libwcs.a \
    5855        ../lib/libzvfs.a \
    59         ../lib/libzip.a \
    60         ../lib/libz.a \
    6156        ../lib/libxpa.a \
    6257        ../lib/libiis.a \
    6358        ../lib/libcheckdns.a \
     
    142137        cp ds9Base ds9
    143138
    144139ds9.zip : $(FILES)
    145         cd zipdir; ../../bin/zip -r9 ../ds9.zip *       
     140        cd zipdir; zip -r9 ../ds9.zip *
    146141
    147142else
    148143
     
    376371        $(CXX) ${OPTS} \
    377372        -o $@ $(OBJS) $(LIBS) \
    378373        -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 \
    380376        -lstdc++ -liconv
    381377endif
    382378