diff options
author | adam <adam@pkgsrc.org> | 2013-04-16 06:47:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-04-16 06:47:15 +0000 |
commit | 109a47bfba1949eff9b392d987749409f95d316a (patch) | |
tree | 78faa622af55230c32ee36d8a4d7e346ad06b3c9 /math/isl/patches/patch-Makefile.in | |
parent | ceec6fd7bda61faf5e935bbc10b154677ef977a0 (diff) | |
download | pkgsrc-109a47bfba1949eff9b392d987749409f95d316a.tar.gz |
Changes 0.11.2:
* make code generation output the same on Solaris
* fix some hard to trigger bugs
Diffstat (limited to 'math/isl/patches/patch-Makefile.in')
-rw-r--r-- | math/isl/patches/patch-Makefile.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/math/isl/patches/patch-Makefile.in b/math/isl/patches/patch-Makefile.in new file mode 100644 index 00000000000..ada02cc427b --- /dev/null +++ b/math/isl/patches/patch-Makefile.in @@ -0,0 +1,18 @@ +$NetBSD: patch-Makefile.in,v 1.1 2013/04/16 06:47:15 adam Exp $ + +'$$libisl' differs between systems, so use 'libisl' instead. + +--- Makefile.in.orig 2013-04-16 06:42:30.000000000 +0000 ++++ Makefile.in +@@ -2278,9 +2278,9 @@ install-data-local: $(srcdir)/isl.py + case $$libisl in \ + '') echo Cannot find isl library name. GDB bindings not installed.;; \ + *) echo $(INSTALL_DATA) $(srcdir)/isl.py \ +- $(DESTDIR)$(libdir)/$$libisl-gdb.py; \ ++ $(DESTDIR)$(libdir)/libisl-gdb.py; \ + test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"; \ +- $(INSTALL_DATA) $(srcdir)/isl.py $(DESTDIR)$(libdir)/$$libisl-gdb.py; esac ++ $(INSTALL_DATA) $(srcdir)/isl.py $(DESTDIR)$(libdir)/libisl-gdb.py; esac + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. |