forked from Lainports/freebsd-ports
- Since this new version supports MSSQL through the freetds library add that to the Makefile - Fix installation of opendbx.pc file - Fix building SQLite 2 and SQLite 3 backends when both were selected - Make Gettext support optional (instead of disabled by default) PR: ports/109276 Submitted by: maintainer (Ralf van der Enden)
11 lines
306 B
Text
11 lines
306 B
Text
--- Makefile.in.org Mon Feb 12 09:51:32 2007
|
|
+++ Makefile.in Mon Feb 12 09:58:27 2007
|
|
@@ -230,7 +230,7 @@
|
|
opendbx.spec \
|
|
ABOUT-NLS
|
|
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(exec_prefix)/libdata/pkgconfig
|
|
pkgconfig_DATA = opendbx.pc
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|