diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-12 00:32:25 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-12 00:32:25 +0000 |
commit | 6a19217ef3a4756fa81875717bf94c7f07024a55 (patch) | |
tree | df3e015ed800f4072063ec2f61b78d1ea1408b1e /audio/pd/Makefile | |
parent | Add one more XMMS aRts output plugin. (diff) |
Wrap to 80 columns.
Notes
Notes:
svn path=/head/; revision=93768
Diffstat (limited to '')
-rw-r--r-- | audio/pd/Makefile | 8 |
1 files 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} |