Try to work around turds left by octave package.
This commit is contained in:
parent
ea801c99dd
commit
69f2b54a8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8920
2 changed files with 12 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
|||
--- Makefile.in Tue Oct 7 07:55:21 1997
|
||||
+++ Makefile.in Mon Nov 24 00:13:27 1997
|
||||
@@ -19,7 +19,7 @@
|
||||
@@ -15,11 +15,11 @@
|
||||
PURIFY =
|
||||
|
||||
# Libraries needed to link with Tcl & (optionally) Tk
|
||||
-TCLTK_LIBS = @TCLTKLIBS@
|
||||
+TCLTK_LIBS = -L/usr/lib @TCLTKLIBS@
|
||||
# Include directives needed to compile with Tcl & Tk, and
|
||||
# -DTCL if Tcl is available, and
|
||||
# -DTK if Tk is available.
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
--- Makefile.in Tue Oct 7 07:55:21 1997
|
||||
+++ Makefile.in Mon Nov 24 00:13:27 1997
|
||||
@@ -19,7 +19,7 @@
|
||||
@@ -15,11 +15,11 @@
|
||||
PURIFY =
|
||||
|
||||
# Libraries needed to link with Tcl & (optionally) Tk
|
||||
-TCLTK_LIBS = @TCLTKLIBS@
|
||||
+TCLTK_LIBS = -L/usr/lib @TCLTKLIBS@
|
||||
# Include directives needed to compile with Tcl & Tk, and
|
||||
# -DTCL if Tcl is available, and
|
||||
# -DTK if Tk is available.
|
||||
|
|
Loading…
Reference in a new issue