openbsd-ports/databases/virtuoso/patches/patch-binsrc_tests_Makefile_in
zhuk ebb3091571 Import Virtuoso. Needed by Soprano (for tests) and for KDE 4 (Nepomuk).
Virtuoso is a high-performance object-relational SQL database. As
a database, it provides transactions, a smart SQL compiler, powerful
stored-procedure language with optional Java and .Net server-side
hosting, hot backup, SQL-99 support and more. It has all major
data-access interfaces, such as ODBC, JDBC, ADO .Net and OLE/DB.

"I looked at virtuoso and it gave me too much headaches.
Import it then (and polish in-tree)" landry@
2013-04-22 17:32:31 +00:00

13 lines
652 B
Plaintext

$OpenBSD: patch-binsrc_tests_Makefile_in,v 1.1.1.1 2013/04/22 17:32:31 zhuk Exp $
--- binsrc/tests/Makefile.in.orig Thu Aug 2 02:04:11 2012
+++ binsrc/tests/Makefile.in Tue Jan 29 19:31:26 2013
@@ -580,7 +580,7 @@ force_dbms_name_iodbc_CFLAGS = $(AM_CFLAGS) $(iODBC_CF
force_dbms_name_iodbc_LDADD = @iodbc_LDFLAGS@
inifile_SOURCES = inifile.c inifile.vers.c
inifile_CFLAGS = $(AM_CFLAGS) -DOPSYS=\"@OPSYS@\" -DHOST=\"@host@\" \
- -DCVSID=\"1.0\" -DFALSE=0 '-Dinitialize_locale='
+ -DCVSID=\"1.0\" -DFALSE=0 '-Dinitialize_locale=' -lpthread
inifile_LDADD = $(client_libs)
# ----------------------------------------------------------------------