diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-13 04:07:27 +0800 | 
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-13 04:07:27 +0800 | 
| commit | b156a635a52b7eef8b232f00df65a15720865c2f (patch) | |
| tree | 727e36a7330298eadcfae34dc628447178f2b895 | |
| parent | 4d9d2885b75dfb2af6e2b22a987d5e8be6f897d2 (diff) | |
| download | marcuscom-ports-b156a635a52b7eef8b232f00df65a15720865c2f.tar.gz marcuscom-ports-b156a635a52b7eef8b232f00df65a15720865c2f.tar.zst marcuscom-ports-b156a635a52b7eef8b232f00df65a15720865c2f.zip | |
Fix configure in tindy by disabling the Bsymbolic test.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16876 df743ca5-7f9a-e211-a948-0013205c9059
| -rw-r--r-- | deskutils/gucharmap3/Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/deskutils/gucharmap3/Makefile b/deskutils/gucharmap3/Makefile index 087567ae6..68d31cccb 100644 --- a/deskutils/gucharmap3/Makefile +++ b/deskutils/gucharmap3/Makefile @@ -3,7 +3,7 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/deskutils/gucharmap3/Makefile,v 1.10 2011/11/17 00:07:00 kwm Exp $ +#   $MCom: ports/deskutils/gucharmap3/Makefile,v 1.11 2012/06/03 02:12:19 mezz Exp $  #  PORTNAME=	gucharmap @@ -25,6 +25,7 @@ USE_GNOME=	gnomeprefix intlhack gnomehack gtk30 gnomedocutils  GNU_CONFIGURE=	yes  INSTALLS_OMF=	yes  USE_LDCONFIG=	yes +CONFIGURE_ARGS=	--disable-Bsymbolic  CPPFLAGS+=	-I${LOCALBASE}/include  LDFLAGS+=	-L${LOCALBASE}/lib | 
