summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/xorg-server/PKGBUILD8
-rw-r--r--extra/xorg-server/make-install-race.patch15
2 files changed, 0 insertions, 23 deletions
diff --git a/extra/xorg-server/PKGBUILD b/extra/xorg-server/PKGBUILD
deleted file mode 100644
index 15429901..00000000
--- a/extra/xorg-server/PKGBUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-source+=('make-install-race.patch')
-sha256sums+=('6a5cbcf16f199f90428a6a2cecf05a3669f4580011cf19e90b2870d44f7e7feb')
-eval "$(
- declare -f prepare | \
- sed '
- 3 a patch -Np1 -i ../make-install-race.patch
- '
-)"
diff --git a/extra/xorg-server/make-install-race.patch b/extra/xorg-server/make-install-race.patch
deleted file mode 100644
index 2c27c214..00000000
--- a/extra/xorg-server/make-install-race.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
-index b876b79..4587200 100644
---- a/hw/xfree86/Makefile.am
-+++ b/hw/xfree86/Makefile.am
-@@ -84,8 +84,8 @@ Xorg_DEPENDENCIES = $(LOCAL_LIBS)
- Xorg_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
-
- if SUID_WRAPPER
--wrapdir = $(SUID_WRAPPER_DIR)
--wrap_PROGRAMS = Xorg.wrap
-+wrapexecdir = $(SUID_WRAPPER_DIR)
-+wrapexec_PROGRAMS = Xorg.wrap
- Xorg_wrap_SOURCES = xorg-wrapper.c
- endif
-