openbsd-ports/databases/ocaml-postgresql/patches/patch-examples_test_lo_Makefile
avsm 78f00ac44c initial import of ocaml-postgresql-1.3.3
--
This OCaml library provides an interface to PostgreSQL (tested with
versions 7.0.2, 7.1.3 and 7.4.1), an efficient and reliable, open
source, relational database.

Almost all functionality available through the C-API (libpq) is
replicated in a type-safe way. This library uses objects for
representing database connections and results of queries.
2004-06-12 22:03:12 +00:00

14 lines
416 B
Plaintext

$OpenBSD: patch-examples_test_lo_Makefile,v 1.1.1.1 2004/06/12 22:03:12 avsm Exp $
--- examples/test_lo/Makefile.orig 2004-06-12 19:15:00.000000000 +0100
+++ examples/test_lo/Makefile 2004-06-12 19:15:06.000000000 +0100
@@ -1,8 +1,6 @@
-OCAMLMAKEFILE = ../../OCamlMakefile
+OCAMLMAKEFILE = ../OCamlMakefile
SOURCES = test_lo.ml
-INCDIRS = ../../lib
-LIBDIRS = ../../lib
LIBS = postgresql
RESULT = test_lo