Files
pkgsrc-ng/lang/cint/patches/patch-Makefile
2016-11-18 22:39:22 +01:00

21 lines
694 B
Plaintext

$NetBSD: patch-Makefile,v 1.1 2016/09/28 10:00:27 kamil Exp $
Fix shell syntax
--- Makefile.orig 2006-11-24 08:41:26.000000000 +0000
+++ Makefile
@@ -38,11 +38,11 @@ include/iosenum.h : cint$(G__CFG_EXEEXT)
touch include/iosenum.h; \
else \
(echo Generating iosenum.h. This might take a while...; \
- cd include;$(G__CFG_RM) stdfunc$(G__CFG_SOEXT); cd ..\
+ cd include;$(G__CFG_RM) stdfunc$(G__CFG_SOEXT); cd ..; \
unset VS_UNICODE_OUTPUT; \
LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:. \
DYLD_LIBRARY_PATH=$$DYLD_LIBRARY_PATH:. \
- ./cint$(G__CFG_EXEEXT) $(G__CFG_INCP)inc iosenum.cxx); \
+ ./cint$(G__CFG_EXEEXT) $(G__CFG_INCP)inc include/iosenum.cxx); \
fi)
@echo > done