summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-14 20:52:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-14 20:52:55 +0200
commit163b0ecb2b10731935be6669631d4fd3b90a1c10 (patch)
tree4db584e8c1faf6f1d8a4e6a88ed9c7c1a08b9226 /media-gfx/icc_examin/files
parentmedia-gfx/icc_examin: Add 0.56_p20171007 snapshot (diff)
downloadgentoo-163b0ecb2b10731935be6669631d4fd3b90a1c10.tar.gz
gentoo-163b0ecb2b10731935be6669631d4fd3b90a1c10.tar.bz2
gentoo-163b0ecb2b10731935be6669631d4fd3b90a1c10.zip
media-gfx/icc_examin: Drop old
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'media-gfx/icc_examin/files')
-rw-r--r--media-gfx/icc_examin/files/icc_examin-0.55-fix-xrandr-test.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/media-gfx/icc_examin/files/icc_examin-0.55-fix-xrandr-test.patch b/media-gfx/icc_examin/files/icc_examin-0.55-fix-xrandr-test.patch
deleted file mode 100644
index b9acf4c2d049..000000000000
--- a/media-gfx/icc_examin/files/icc_examin-0.55-fix-xrandr-test.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Upstream as https://sourceforge.net/p/oyranos/patches/6/
-
-Michael Weber
-
---- icc_examin-0.55/configure_tests.sh
-+++ icc_examin-0.55/configure_tests.sh
-@@ -689,7 +689,8 @@
- if [ -z "$found" ]; then
- pkg-config --atleast-version=1.2 $pc_package
- if [ $? = 0 ]; then
-- found=`pkg-config --cflags $pc_package`
-+ found="yes"
-+ cflags=`pkg-config --cflags $pc_package`
- version=`pkg-config --modversion $pc_package`
- fi
- fi
-@@ -703,7 +704,7 @@
- if [ -n "$MAKEFILE_DIR" ]; then
- for i in $MAKEFILE_DIR; do
- test -f "$ROOT_DIR/$i/makefile".in && echo "XRANDR = 1" >> "$i/makefile"
-- test -f "$ROOT_DIR/$i/makefile".in && echo "XRANDR_INC = $found" >> "$i/makefile"
-+ test -f "$ROOT_DIR/$i/makefile".in && echo "XRANDR_INC = $cflags" >> "$i/makefile"
- done
- fi
- elif [ $OSUNAME = "Linux" ]; then