diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-22 14:14:04 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-22 14:14:04 +0800 |
commit | 8f49ca12cd6187fd034e9531999e0455c543d5b9 (patch) | |
tree | 0cde9c2393c49a063f40fac1c04ea15d006abd9d /misc/kcd | |
parent | cff40c1083c3488509943a5a615b07027bbbdaf2 (diff) | |
download | freebsd-ports-graphics-8f49ca12cd6187fd034e9531999e0455c543d5b9.tar.gz freebsd-ports-graphics-8f49ca12cd6187fd034e9531999e0455c543d5b9.tar.zst freebsd-ports-graphics-8f49ca12cd6187fd034e9531999e0455c543d5b9.zip |
fix build
PR: 44350
Submitted by: Ports Fury
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 cdf1ce00bfa..dec354cbd04 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 |