pkgsrc/devel/buddy/patches/patch-ab
kristerw 4e7317bf97 Initial import of buddy version 2.2.
The BuDDy Binary Decision Diagrams (BDD) library presented here was made
as part of a ph.d. project on model checking of finite state machines.
The library has evolved from a simple introduction to BDDs to a full blown
BDD package with all the standard BDD operations, reordering and a wealth
of documentation.
2003-12-31 00:04:19 +00:00

13 lines
315 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2003/12/31 00:04:19 kristerw Exp $
--- src/makefile.orig Tue Dec 30 20:04:54 2003
+++ src/makefile Tue Dec 30 20:05:12 2003
@@ -19,7 +19,7 @@
.SUFFIXES: .cxx .c
.cxx.o:
- $(CPP) $(CFLAGS) $(DFLAGS) -c $<
+ $(CXX) $(CFLAGS) $(DFLAGS) -c $<
.c.o:
$(CC) $(CFLAGS) $(DFLAGS) -c $<