mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-04 01:25:13 +02:00
```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.-][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.-][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
11 lines
614 B
Diff
11 lines
614 B
Diff
--- a/src/VBox/Additions/x11/vboxvideo/Makefile.kmk 2016-10-11 02:49:23.184986182 +0100
|
|
+++ b/src/VBox/Additions/x11/vboxvideo/Makefile.kmk 2016-10-11 02:49:39.879176964 +0100
|
|
@@ -376,7 +376,7 @@ vboxvideo_drv_118_SOURCES := $(vboxvideo
|
|
|
|
ifdef VBOX_USE_SYSTEM_XORG_HEADERS
|
|
# Build using local X.Org headers. We assume X.Org Server 1.7 or later.
|
|
- DLLS := $(filter-out vboxvideo_drv_%,$(DLLS)) vboxvideo_drv_system
|
|
+ DLLS := $(filter-out vboxvideo_drv_%,$(DLLS))
|
|
SYSMODS := $(filter-out vboxvideo_drv%,$(SYSMODS))
|
|
vboxvideo_drv_system_TEMPLATE = VBOXGUESTR3XORGMOD
|
|
vboxvideo_drv_system_CFLAGS := \
|