summaryrefslogtreecommitdiff
path: root/x11/xorg-libs/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xorg-libs/patches/patch-aa')
-rw-r--r--x11/xorg-libs/patches/patch-aa28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11/xorg-libs/patches/patch-aa b/x11/xorg-libs/patches/patch-aa
deleted file mode 100644
index bf120249ea2..00000000000
--- a/x11/xorg-libs/patches/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2004/09/21 17:38:53 xtraeme Exp $
-
---- config/cf/Library.tmpl.orig 2004-09-10 07:47:27.000000000 +0200
-+++ config/cf/Library.tmpl 2004-09-10 07:48:58.000000000 +0200
-@@ -389,8 +389,10 @@
- */
-
- #ifndef MakeStringsDependency
--# ifndef UseInstalled
--# define MakeStringsDependency @@\
-+#if defined(UseInstalled) || defined(UseInstalledPrograms)
-+#define MakeStringsDependency @@\
-+MAKESTRS = @MAKESTRS@
-+#else
- MAKESTRS = $(CONFIGSRC)/util/makestrs @@\
- NoCmpScript(HostProgramTargetName($(MAKESTRS)) $(MAKESTRS).Osuf) @@\
- @@\
-@@ -398,9 +400,7 @@
- cd $(CONFIGSRC)/util && $(MAKE) HostProgramTargetName(makestrs) @@\
- @@\
- includes:: HostProgramTargetName($(MAKESTRS))
--# else
--# define MakeStringsDependency /**/
--# endif
-+#endif
- #endif
-
- #ifndef ToolkitMakeStrings