From 7ef3c871a55186d1e6304663cc039119488b7fd9 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Sat, 18 Oct 2003 07:22:32 +0000 Subject: Unbreak for FreeBSD 5.X by renaming denemo's setkey() which conflicts with the one in the FreeSec cipher library. PR: 58161 Submitted by: Samy Al Bahra of kerneled.com --- audio/denemo/Makefile | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index 7bb30f3e14fc..2afcfa77d7f7 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -27,17 +27,12 @@ DOCDIR= share/doc/${PORTNAME} USE_GNOME= gtk12 USE_X_PREFIX= yes -.include - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif - pre-patch: -.for ii in analysis_highlighting.c main.c playback.c print.c +.for ii in analysis_highlighting.c easylyparser.c easylyparser.y \ + lyparserfuncs.c lyparserfuncs.h main.c playback.c print.c ${MV} ${WRKSRC}/${ii} ${WRKSRC}/${ii}.orig - ${SED} -e "s: ${WRKSRC}/${ii} + ${SED} -e "s: ${WRKSRC}/${ii} .endfor pre-install: @@ -64,4 +59,4 @@ do-install: .endfor .endif -.include +.include -- cgit v1.2.3