diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-22 06:14:04 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-22 06:14:04 +0000 |
commit | c397056d542a4e9ca6300fdcfe3fa06190598abd (patch) | |
tree | 67437cef39c4315ff869ce3e0c1560a2e69ab28a /misc/kcd | |
parent | - Fix build (diff) |
fix build
PR: 44350
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=68574
Diffstat (limited to 'misc/kcd')
-rw-r--r-- | misc/kcd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/kcd/Makefile b/misc/kcd/Makefile index cdf1ce00bfa9..dec354cbd049 100644 --- a/misc/kcd/Makefile +++ b/misc/kcd/Makefile @@ -13,14 +13,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -BROKEN= "Does not compile" - LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" + LDFLAGS="-L${LOCALBASE}/lib -lintl" + +CFLAGS+= -fpermissive MAN1= kcd.1 |