summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/ngspice/files/ngspice-27-blt_linkage_workaround.patch')
-rw-r--r--sci-electronics/ngspice/files/ngspice-27-blt_linkage_workaround.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-electronics/ngspice/files/ngspice-27-blt_linkage_workaround.patch b/sci-electronics/ngspice/files/ngspice-27-blt_linkage_workaround.patch
deleted file mode 100644
index 53415c748d6d..000000000000
--- a/sci-electronics/ngspice/files/ngspice-27-blt_linkage_workaround.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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])
-