summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-10-22 06:14:04 +0000
committerijliao <ijliao@FreeBSD.org>2002-10-22 06:14:04 +0000
commit8f49ca12cd6187fd034e9531999e0455c543d5b9 (patch)
tree0cde9c2393c49a063f40fac1c04ea15d006abd9d /misc
parentcff40c1083c3488509943a5a615b07027bbbdaf2 (diff)
downloadFreeBSD-ports-8f49ca12cd6187fd034e9531999e0455c543d5b9.zip
FreeBSD-ports-8f49ca12cd6187fd034e9531999e0455c543d5b9.tar.gz
fix build
PR: 44350 Submitted by: Ports Fury
Diffstat (limited to 'misc')
-rw-r--r--misc/kcd-devel/Makefile8
-rw-r--r--misc/kcd/Makefile8
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/kcd-devel/Makefile b/misc/kcd-devel/Makefile
index cdf1ce0..dec354c 100644
--- a/misc/kcd-devel/Makefile
+++ b/misc/kcd-devel/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
diff --git a/misc/kcd/Makefile b/misc/kcd/Makefile
index cdf1ce0..dec354c 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
OpenPOWER on IntegriCloud