Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
3a3114edd2
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      package/base/texinfo/native_tools.patch

+ 20
- 0
package/base/texinfo/native_tools.patch

@ -0,0 +1,20 @@
--- ./Makefile.in.orig 2004-12-31 19:01:49.000000000 +0100
+++ ./Makefile.in 2005-12-15 18:42:32.000000000 +0100
@@ -88,7 +88,7 @@
uninstall-recursive
ETAGS = etags
CTAGS = ctags
-DIST_SUBDIRS = @native_tools@ intl m4 lib info makeinfo po util doc
+DIST_SUBDIRS = intl m4 lib info makeinfo po util doc
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -209,7 +209,7 @@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
-native_tools = @native_tools@
+native_tools =
oldincludedir = @oldincludedir@
prefix = @prefix@
program_transform_name = @program_transform_name@

Loading…
Cancel
Save