From 6a19217ef3a4756fa81875717bf94c7f07024a55 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Wed, 12 Nov 2003 00:32:25 +0000 Subject: [PATCH] Wrap to 80 columns. --- audio/pd/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/audio/pd/Makefile b/audio/pd/Makefile index 1a4db6b5a30d..2325730546c0 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -36,9 +36,11 @@ pre-configure: post-configure: ${CP} ${WRKSRC}/makefile ${WRKSRC}/makefile.orig - ${SED} -e \ -"s:^INCLUDE = :INCLUDE = -I${LOCALBASE}/include/tk8.3 -I${LOCALBASE}/include/tcl8.3 -I${X11BASE}/include :g; s:^LIB =:LIB =${PTHREAD_LIBS}:g; s:^CFLAGS =:CFLAGS+=${PTHREAD_CFLAGS}:g" < ${WRKSRC}/makefile.orig \ - > ${WRKSRC}/makefile + ${SED} -e "s:^INCLUDE = :INCLUDE = -I${LOCALBASE}/include/tk8.3 \ + -I${LOCALBASE}/include/tcl8.3 -I${X11BASE}/include :g; \ + s:^LIB =:LIB =${PTHREAD_LIBS}:g; \ + s:^CFLAGS =:CFLAGS+=${PTHREAD_CFLAGS}:g" \ + < ${WRKSRC}/makefile.orig > ${WRKSRC}/makefile pre-install: ${RM} -f ${PLIST}