openbsd-ports/devel/c2hs/patches/patch-c2hs_tests_Makefile
dons d1011d2804 Import C->Haskell (c2hs)
C->Haskell is an interface generator that simplifies the development
of Haskell bindings to C libraries.  The tool processes existing C
header files that determine data layout and function signatures on the
C side, in conjunction with Haskell modules that specify Haskell-side
type signatures and marshaling details. Hooks embedded in the Haskell
code signal access to C structures and functions; they are expanded by
the interfacing tool in conjunction with information in the
corresponding C header file. 

ok pvalchev@
2004-05-08 07:21:03 +00:00

16 lines
543 B
Plaintext

$OpenBSD: patch-c2hs_tests_Makefile,v 1.1.1.1 2004/05/08 07:21:03 dons Exp $
Broken test, and non-portable test
--- c2hs/tests/Makefile.orig 2003-10-19 20:43:21.000000000 +1000
+++ c2hs/tests/Makefile 2004-05-08 15:26:07.000000000 +1000
@@ -46,7 +46,7 @@ cpp: Cpp.chs cpp.h
.PHONY: tests simple.run calls.build enums.run pointer.run structs.run\
marsh.run cpp.build
-tests: simple.run calls.build enums.run pointer.run structs.run marsh.run\
+tests: simple.run calls.build pointer.run marsh.run\
cpp.build
simple.run: simple