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

RevLine 
[12272]1diff -up asymptote-1.91/configure.ac.BAD asymptote-1.91/configure.ac
2--- asymptote-1.91/configure.ac.BAD     2010-02-19 13:53:39.000474697 -0500
3+++ asymptote-1.91/configure.ac 2010-02-19 13:54:06.820617338 -0500
4@@ -217,6 +217,7 @@ AC_MSG_ERROR([*** Please install libz on
5 AC_CHECK_LIB([pthread], [pthread_create])
6 AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler])
7 AC_CHECK_LIB([rt], [sched_yield])
8+AC_CHECK_LIB([GL], [glDepthMask])
9 
10 AC_ARG_ENABLE(readline,
11 [AS_HELP_STRING(--enable-readline[[[=yes]]],enable GNU Readline Library)])
Note: See TracBrowser for help on using the repository browser.