summaryrefslogtreecommitdiff
path: root/x11/libXt/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libXt/patches/patch-aa')
-rw-r--r--x11/libXt/patches/patch-aa28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11/libXt/patches/patch-aa b/x11/libXt/patches/patch-aa
deleted file mode 100644
index 1eb7d25b831..00000000000
--- a/x11/libXt/patches/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2009/07/18 10:28:47 wiz Exp $
-
---- util/Makefile.am.orig 2009-07-02 17:22:11.000000000 +0000
-+++ util/Makefile.am
-@@ -1,7 +1,8 @@
- if INSTALL_MAKESTRS
- bin_PROGRAMS = makestrs
-+noinst_PROGRAMS = $(MAKESTRS_PROG)
- else
--noinst_PROGRAMS = makestrs
-+noinst_PROGRAMS = makestrs $(MAKESTRS_PROG)
- endif
-
- CC = @CC_FOR_BUILD@
-@@ -15,6 +16,13 @@ EXTRA_DIST = \
- makestrs_CFLAGS = $(XT_CFLAGS)
- makestrs_SOURCES = makestrs.c
-
-+if CROSS_COMPILING
-+MAKESTRS_PROG= xmakestrs$(EXEEXT)
-+
-+xmakestrs$(EXEEXT): makestrs.c
-+ $(CC_FOR_BUILD) $(X11_CFLAGS) $(CPPFLAGS_FOR_BUILD) \
-+ $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ makestrs.c
-+endif
-
- # Man page
- appmandir = $(APP_MAN_DIR)