freebsd-ports/www/ump/files/patch-timidity-Makefile.in
Pav Lucistnik bd37a487b6 - Use external libarc
- Unbreak
- Correct dependency
- Set latest link

PR:		ports/97869
Submitted by:	Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer)
2006-05-25 21:23:20 +00:00

11 lines
331 B
Text

--- timidity/Makefile.in.orig Wed May 24 20:45:31 2006
+++ timidity/Makefile.in Wed May 24 20:46:31 2006
@@ -315,7 +315,7 @@
INCLUDES = \
-I$(top_srcdir) \
- -I$(top_srcdir)/libarc \
+ -I$(LOCALBASE)/include -I$(LOCALBASE)/include/libarc \
-I$(top_srcdir)/libunimod \
-I$(top_srcdir)/interface \
-I$(top_srcdir)/utils \