fix build

PR:		44350
Submitted by:	Ports Fury
This commit is contained in:
Ying-Chieh Liao 2002-10-22 06:14:04 +00:00
parent 529e2d348b
commit c397056d54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68574
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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