mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
4dcb91773f
fix the /usr/local/include/audacious/dbus.h make error Submitted by: Roland Smith <rsmith@xs4all.nl> [1]
12 lines
358 B
Makefile
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 \
|