summaryrefslogtreecommitdiff
path: root/sci-electronics/ngspice/files/ngspice-27-blt_linkage_workaround.patch
blob: 53415c748d6d146c005bb0615d10cdc839ec9293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/configure.ac
+++ b/configure.ac
@@ -461,6 +461,9 @@
         AC_MSG_ERROR([Couldn't find BLT])
     fi
     rm -f conftest.tcl
+
+    AC_SEARCH_LIBS([Blt_GetVector], [BLT BLT24 BLT25],,
+        [AC_MSG_ERROR([Couldnt find BLT library.])])
     
     AC_CHECK_LIB([pthread], [pthread_create])