summaryrefslogtreecommitdiff
path: root/math/cloog/patches/patch-isl_Makefile.in
blob: 0ad4ea8c46a7940f755a71b929311758b772d8c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-isl_Makefile.in,v 1.1 2012/04/11 21:22:00 wiz Exp $

Fix sed macro for libisl.so.6.0.0-gdb.py

--- isl/Makefile.in.orig	2012-04-10 14:27:41.003215698 +0000
+++ isl/Makefile.in
@@ -1955,7 +1955,7 @@ gitversion.h: @GIT_HEAD@
 	echo '#define GIT_HEAD_ID "'@GIT_HEAD_VERSION@'"' > $@
 
 install-data-local: $(srcdir)/isl.py
-	@libisl=`sed -ne "/^library_names=/{s/.*='//;s/'$$//;s/ .*//;p}" \
+	@libisl=`sed -ne "/^library_names=/{s/.*='//;s/'$$//;s/ .*//p;}" \
 		 $(builddir)/libisl.la`; \
 	case $$libisl in \
 	'') echo Cannot find isl library name. GDB bindings not installed.;; \