libmikmod: avoid building documentation, as this requires <makeinfo> installed on the host
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22053 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3e077d1f7a
commit
4bc5d7cdbb
21
libs/libmikmod/patches/001-disable-doc.patch
Normal file
21
libs/libmikmod/patches/001-disable-doc.patch
Normal file
@ -0,0 +1,21 @@
|
||||
--- libmikmod-3.1.12/Makefile.am 2004-01-21 17:43:53.000000000 +0000
|
||||
+++ libmikmod-3.1.12/Makefile.am.new 2010-07-03 12:12:51.946725127 +0000
|
||||
@@ -1,6 +1,6 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
SUBDIRS = drivers include libmikmod loaders mmio playercode \
|
||||
- docs dlapi macintosh posix os2 win32
|
||||
+ dlapi macintosh posix os2 win32
|
||||
|
||||
bin_SCRIPTS = libmikmod-config
|
||||
|
||||
--- libmikmod-3.1.12/Makefile.in 2004-01-21 17:43:53.000000000 +0000
|
||||
+++ libmikmod-3.1.12/Makefile.in.new 2010-07-03 12:12:39.626725146 +0000
|
||||
@@ -86,7 +86,7 @@
|
||||
VERSION = @VERSION@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
-SUBDIRS = drivers include libmikmod loaders mmio playercode docs dlapi macintosh posix os2 win32
|
||||
+SUBDIRS = drivers include libmikmod loaders mmio playercode dlapi macintosh posix os2 win32
|
||||
|
||||
|
||||
bin_SCRIPTS = libmikmod-config
|
Loading…
x
Reference in New Issue
Block a user