diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-04 14:23:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-04 14:23:55 +0000 |
commit | 24aa3e3720cdb7c1e69ea6f0a9c199ac16c57d0e (patch) | |
tree | c2db109efe8ee6b2590db330a533083081192604 /devel/py-ice/files/patch-config+Make.rules.FreeBSD | |
parent | - Unbreak vpnc-disconnect by fixing the config.c patch (diff) |
Ice language mapping for Python.
Internet Communications Engine (Ice) is a modern alternative to object
middleware such as CORBA(TM) or COM/DCOM/COM+.
PR: ports/85546
Submitted by: Boris B. Samorodov <bsam@ipt.ru>
Diffstat (limited to 'devel/py-ice/files/patch-config+Make.rules.FreeBSD')
-rw-r--r-- | devel/py-ice/files/patch-config+Make.rules.FreeBSD | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/py-ice/files/patch-config+Make.rules.FreeBSD b/devel/py-ice/files/patch-config+Make.rules.FreeBSD new file mode 100644 index 000000000000..0bff4deac237 --- /dev/null +++ b/devel/py-ice/files/patch-config+Make.rules.FreeBSD @@ -0,0 +1,18 @@ +--- config/Make.rules.FreeBSD.orig Tue Aug 30 16:02:02 2005 ++++ config/Make.rules.FreeBSD Tue Aug 30 16:02:50 2005 +@@ -26,12 +26,12 @@ + # + CXXLIBS = + +-mkshlib = $(CXX) -shared $(LDFLAGS) -o $(1) -Wl,-h,$(2) $(3) $(4) -lc_r ++mkshlib = $(CXX) -shared $(LDFLAGS) -o $(1) -Wl,-h,$(2) $(3) $(4) + +-BASELIBS = -lIceUtil -lc_r ++BASELIBS = -lIceUtil %%PTHREAD_LIBS%% + LIBS = -lIce $(BASELIBS) + +-ICEUTIL_OS_LIBS = ++ICEUTIL_OS_LIBS = %%PTHREAD_LIBS%% + ICE_OS_LIBS = + + PLATFORM_HAS_READLINE := yes |