1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/multimedia/audacious/files/patch-buildsys.mk.in
Oliver Lehmann 4dcb91773f update to 1.5.0 [1]
fix the /usr/local/include/audacious/dbus.h make error

Submitted by:	Roland Smith <rsmith@xs4all.nl> [1]
2008-03-16 14:50:21 +00:00

12 lines
358 B
Makefile

--- buildsys.mk.in.orig 2008-03-16 15:37:56.000000000 +0100
+++ buildsys.mk.in 2008-03-16 15:38:43.000000000 +0100
@@ -100,7 +100,7 @@
${DEPEND_STATUS}; \
rm -f .deps; \
if ${MAKE} ${MFLAGS} ${DEPS}; then \
- cat ${DEPS} >.deps; \
+ sed 's|/[^ ]*/include/audacious/dbus.h||g' ${DEPS} >.deps; \
rm -f ${DEPS}; \
${DEPEND_OK}; \
else \