pkgsrc/math/scilab/patches/patch-af
dmcmahill e51fac22c6 - fix the tk shared library path to allow the scipad editor to work
- make sure the path is correctly determined for pvm.
- add a --tag= argument to libtool when building fortran code.

This makes all selftests pass on my alpha.
2003-02-24 03:35:29 +00:00

13 lines
497 B
Text

$NetBSD: patch-af,v 1.7 2003/02/24 03:35:30 dmcmahill Exp $
--- Makemex.in.orig Fri Feb 8 05:26:51 2002
+++ Makemex.in
@@ -30,7 +30,7 @@ FCOMPILE = $(FC) $(FFLAGS)
QUIET=--quiet
LTCOMPILE = $(LIBTOOL) --mode=compile $(QUIET) $(CC) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
-FLTCOMPILE = $(LIBTOOL) --mode=compile $(QUIET) $(FC) $(FFLAGS)
+FLTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(QUIET) $(FC) $(FFLAGS)
LINK = $(LIBTOOL) --mode=link $(QUIET) $(CC) $(CFLAGS) $(LDFLAGS) $(FLIBS) -o $@