aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libcwd/Makefile
blob: 43c7c8a113539ead87b995bbb768cf490799fc31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# ex:ts=8
# Ports collection makefile for:    libcwd
# Date created:         Nov 10, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   libcwd
PORTVERSION=    0.99.47
CATEGORIES= devel
MASTER_SITES=   SF

MAINTAINER= tabthorpe@FreeBSD.org
COMMENT=    The C++ Debugging Support Library

USE_AUTOTOOLS=  libtool:15
CONFIGURE_ARGS= --disable-threading
USE_GMAKE=  yes
USE_GNOME=  pkgconfig
USE_LDCONFIG=   yes

.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=     does not compile on sparc64
.endif

post-patch:
    @${REINPLACE_CMD} -e 's,test x"\$$libcwd_config_alloc" = x"yes",false,g' \
        -E -e 's,^(DEFS=)(.*),\1"\2 -D__GNU_LIBRARY__=yes",g' \
        ${WRKSRC}/${CONFIGURE_SCRIPT}
    @${REINPLACE_CMD} -e 's,localtime(,localtime((const time_t *),g' \
        -e 's,malloc\.h,stdlib.h,g' \
        ${WRKSRC}/debugmalloc.cc
    @${REINPLACE_CMD} -E -e 's,\$$\(libdir\)/(pkgconfig),${PREFIX}/libdata/\1,g' \
        ${WRKSRC}/${MAKEFILE}.in
    @${REINPLACE_CMD} -e 's,Elf32_Off,uint32_t,g' ${WRKSRC}/bfd.cc
    @${REINPLACE_CMD} -e 's|--tag=CXX||g' ${WRKSRC}/${MAKEFILE}.in \
        ${WRKSRC}/utils/${MAKEFILE}.in

pre-configure:
    @${CP} ${LTMAIN} ${WRKSRC}

.include <bsd.port.post.mk>