summaryrefslogtreecommitdiff
path: root/x11/libXt/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libXt/patches/patch-ac')
-rw-r--r--x11/libXt/patches/patch-ac21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11/libXt/patches/patch-ac b/x11/libXt/patches/patch-ac
deleted file mode 100644
index 1cb0cbe1075..00000000000
--- a/x11/libXt/patches/patch-ac
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2009/07/18 10:28:47 wiz Exp $
-
---- src/Makefile.am.orig 2009-07-02 17:22:11.000000000 +0000
-+++ src/Makefile.am
-@@ -96,8 +96,15 @@ all-local: $(BUILT_FILES)
-
- $(BUILT_HEADER): $(BUILT_SOURCE)
-
-+if CROSS_COMPILING
-+MAKESTRS= $(top_builddir)/util/xmakestrs
-+else
-+MAKESTRS= $(top_builddir)/util/makestrs
-+endif
-+
-+
- $(BUILT_SOURCE):
-- $(top_builddir)/util/makestrs -i $(top_srcdir) $(STRINGSABIOPTIONS) < $(STRING_LIST) > StringDefs.c
-+ $(MAKESTRS) -i $(top_srcdir) $(STRINGSABIOPTIONS) < $(STRING_LIST) > StringDefs.c
- mkdir -p $(top_builddir)/src
- mkdir -p $(top_builddir)/include/X11
- cp StringDefs.h $(top_builddir)/include/X11