source: projects/specs/trunk/a/asymptote/asymptote-1.91-fix-implicit-DSO-linking-libGL.patch @ 12272

Revision 12272, 544 bytes checked in by ara_t, 5 years ago (diff)

asymptote: rebuild with current VineSeed environment

  • asymptote-1.91/configure.ac

    diff -up asymptote-1.91/configure.ac.BAD asymptote-1.91/configure.ac
    old new AC_MSG_ERROR([*** Please install libz on 
    217217AC_CHECK_LIB([pthread], [pthread_create]) 
    218218AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler]) 
    219219AC_CHECK_LIB([rt], [sched_yield]) 
     220AC_CHECK_LIB([GL], [glDepthMask]) 
    220221 
    221222AC_ARG_ENABLE(readline, 
    222223[AS_HELP_STRING(--enable-readline[[[=yes]]],enable GNU Readline Library)]) 
Note: See TracBrowser for help on using the repository browser.