diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-05 23:10:50 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-05 23:10:50 +0000 |
commit | d407d44bacba30209be8195e9ba1da7b0c43bd7c (patch) | |
tree | 0117f0d544040a290d61c50f8b34390b2bcd382c | |
parent | 41d10a6137d607418b416631aaaf71f1e7872af9 (diff) | |
download | freebsd-ports-d407d44bacba30209be8195e9ba1da7b0c43bd7c.zip |
devel/omniORB: Add dragonfly support in configure script
-rw-r--r-- | devel/omniORB/Makefile | 2 | ||||
-rw-r--r-- | devel/omniORB/files/patch-configure | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile index c379947d1f32..6df7fe796142 100644 --- a/devel/omniORB/Makefile +++ b/devel/omniORB/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 4.1.6 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A robust high performance CORBA ORB for C++ and Python +COMMENT= Robust high performance CORBA ORB for C++ and Python PLIST_SUB+= SONUM=${PORTVERSION:C/.*\.//} GNU_CONFIGURE= yes diff --git a/devel/omniORB/files/patch-configure b/devel/omniORB/files/patch-configure index 116fb23e6fa0..2d84953ef121 100644 --- a/devel/omniORB/files/patch-configure +++ b/devel/omniORB/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2009-07-16 15:11:17.000000000 +0200 -+++ configure 2011-10-29 11:13:25.000000000 +0200 -@@ -13072,11 +13072,14 @@ +--- configure.orig 2011-06-24 16:37:28.000000000 -0500 ++++ configure +@@ -13239,11 +13239,15 @@ case "$host" in *-*-irix*) plat_name="IRIX"; plat_def="__irix__"; os_v="6";; *-*-aix*) plat_name="AIX"; plat_def="__aix__"; os_v="4";; *-*-darwin*) plat_name="Darwin"; plat_def="__darwin__"; os_v="1";; @@ -9,6 +9,7 @@ - *-*-freebsd5*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="5";; - *-*-freebsd6*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="6";; - *-*-freebsd7*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="7";; ++ *-*-dragonfly*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="9";; + *-*-freebsd3.*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="3";; + *-*-freebsd4.*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="4";; + *-*-freebsd5.*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="5";; |