diff options
| author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-06-08 15:10:56 +0000 |
|---|---|---|
| committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-06-08 15:10:56 +0000 |
| commit | f5bd648d815748e553f84c06e65061079e325a99 (patch) | |
| tree | 096cf6cac7f86e1776868eef5c01a1edaae3dee5 /devel/ice/files/patch-Make.rules | |
| parent | Add AQBANKING option, fixes broken/incorrect dependency on openhbci. (diff) | |
Add an experimental port of ice, the Internet Communications Engine, a
modern alternative to object middleware such as CORBA.
PR: 64136
Submitted by: Stefan Ehmann <shoesoft@gmx.net>
Original submission by: Sergey Matveychuk <sem@ciam.ru>
Thanks to: flz for reviving the PR
Diffstat (limited to 'devel/ice/files/patch-Make.rules')
| -rw-r--r-- | devel/ice/files/patch-Make.rules | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/devel/ice/files/patch-Make.rules b/devel/ice/files/patch-Make.rules new file mode 100644 index 000000000000..4b642c902cbd --- /dev/null +++ b/devel/ice/files/patch-Make.rules @@ -0,0 +1,51 @@ +--- config/Make.rules.orig Wed May 26 01:09:19 2004 ++++ config/Make.rules Sat May 29 16:02:37 2004 +@@ -12,7 +12,7 @@ + # if it does not exist. + # + +-prefix = /opt/Ice-$(VERSION) ++prefix = $(PREFIX)/Ice-$(VERSION) + + # + # Define OPTIMIZE as yes if you want to build with +@@ -91,7 +91,7 @@ + # directory. + # + +-#DB_HOME ?= /opt/db ++DB_HOME ?= $(LOCALBASE) + + # + # If OpenSSL is not installed in a standard location where the +@@ -114,7 +114,7 @@ + # installation directory. + # + +-#EXPAT_HOME ?= /opt/expat ++EXPAT_HOME ?= $(LOCALBASE) + + + # +@@ -152,8 +152,8 @@ + install_schemadir = $(prefix)/schema + install_docdir = $(prefix)/doc + +-INSTALL = cp -fp +-INSTALL_PROGRAM = ${INSTALL} ++INSTALL = %%INSTALL_DATA%% ++INSTALL_PROGRAM = %%INSTALL_PROGRAM%% + INSTALL_LIBRARY = ${INSTALL} + INSTALL_DATA = ${INSTALL} + +@@ -203,8 +203,8 @@ + endif + + ifneq ($(DB_HOME),) +- DB_FLAGS = -I$(DB_HOME)/include +- DB_LIBS = -L$(DB_HOME)/$(libsubdir) -ldb_cxx ++ DB_FLAGS = -I$(DB_HOME)/include/db42 ++ DB_LIBS = -L$(DB_HOME)/$(libsubdir) -ldb_cxx-4.2 + else + DB_FLAGS = + DB_LIBS = -ldb_cxx |
