1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

remove BROKENNESS

forgot to add patch-ac
tested packaging
Reviewed by:	as requested by Satoshi
This commit is contained in:
Andreas Klemm 1998-03-21 13:35:07 +00:00
parent 7c9b5a6b6c
commit 19c72d4e31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10269
2 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# Date created: Sun Apr 14 09:23:59 MET DST 1996
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.10 1998/03/14 16:35:58 andreas Exp $
# $Id: Makefile,v 1.11 1998/03/21 12:40:53 asami Exp $
#
DISTNAME= knews-1.0b.0
@ -17,8 +17,6 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
png\\.0\\.:${PORTSDIR}/graphics/png
RUN_DEPENDS= newsp:${PORTSDIR}/print/mp
BROKEN= jpeglib.h
WRKSRC= ${WRKDIR}/knews
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \

View File

@ -6,7 +6,7 @@ echo "sh users: in .profile: NNTPSERVER=host.domain; export NNTPSERVER"
# work around a problem with bmake regarding files ending in .l
#
FILES_TO_PATCH="kedit.c widgets.c save.c search.c"
FILES_TO_PATCH="widgets.c save.c search.c"
for file in $FILES_TO_PATCH
do
ed -s ${WRKSRC}/src/${file} <<-EOF