diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-30 19:13:40 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-30 19:13:40 +0800 |
commit | ae143d815afbbc2a7e8ae2ea6c0c24d8593d455c (patch) | |
tree | 2bbe790477aefaa524e5b5c1120216c299957ef8 /devel/ORBit2 | |
parent | b843edee6bfa64b092d8cc37c0b057c4c783ec66 (diff) | |
download | marcuscom-ports-ae143d815afbbc2a7e8ae2ea6c0c24d8593d455c.tar marcuscom-ports-ae143d815afbbc2a7e8ae2ea6c0c24d8593d455c.tar.gz marcuscom-ports-ae143d815afbbc2a7e8ae2ea6c0c24d8593d455c.tar.bz2 marcuscom-ports-ae143d815afbbc2a7e8ae2ea6c0c24d8593d455c.tar.lz marcuscom-ports-ae143d815afbbc2a7e8ae2ea6c0c24d8593d455c.tar.xz marcuscom-ports-ae143d815afbbc2a7e8ae2ea6c0c24d8593d455c.tar.zst marcuscom-ports-ae143d815afbbc2a7e8ae2ea6c0c24d8593d455c.zip |
remove also deprecated disable from linc2/src/Makefile.in
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17258 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/ORBit2')
-rw-r--r-- | devel/ORBit2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index 48cb26679..04c5c23d2 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -1,6 +1,6 @@ # Created by: Chia-liang Kao <clkao@CirX.ORG> # $FreeBSD: head/devel/ORBit2/Makefile 313633 2013-03-08 10:51:34Z kwm $ -# $MCom: ports/devel/ORBit2/Makefile,v 1.57 2010/09/29 14:08:02 kwm Exp $ +# $MCom: ports/devel/ORBit2/Makefile,v 1.59 2013/03/30 07:25:13 kwm Exp $ PORTNAME= ORBit2 PORTVERSION= 2.14.19 @@ -32,7 +32,7 @@ post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/orb/orb-core/orbit-typelib.c @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure ${WRKSRC}/linc2/src/Makefile.in post-install: @${ECHO_CMD} "ORBIIOPIPv4=0" > ${PREFIX}/etc/orbit2rc.default |