summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2004-06-14 00:37:35 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2004-06-14 00:37:35 +0000
commit763b6672ad7b002a69a2d037a28202edd2487525 (patch)
treecd35924deba23dfce54b182f2ae40078b6103e57 /media-video/yanc/files
parentChange x11-base/xfree dependency to virtual/x11 (#47632). (Manifest recommit) (diff)
downloadgentoo-2-763b6672ad7b002a69a2d037a28202edd2487525.tar.gz
gentoo-2-763b6672ad7b002a69a2d037a28202edd2487525.tar.bz2
gentoo-2-763b6672ad7b002a69a2d037a28202edd2487525.zip
Look for /etc/X11/xorg.conf (#47632).
Diffstat (limited to 'media-video/yanc/files')
-rw-r--r--media-video/yanc/files/digest-yanc-0.2.1-r11
-rw-r--r--media-video/yanc/files/yanc-0.2.1-xorg-x11-compat.patch42
2 files changed, 43 insertions, 0 deletions
diff --git a/media-video/yanc/files/digest-yanc-0.2.1-r1 b/media-video/yanc/files/digest-yanc-0.2.1-r1
new file mode 100644
index 000000000000..4bade074223c
--- /dev/null
+++ b/media-video/yanc/files/digest-yanc-0.2.1-r1
@@ -0,0 +1 @@
+MD5 90ac4769a223694d86863a9d4ad57206 yanc-0.2.1.tar.gz 3625597
diff --git a/media-video/yanc/files/yanc-0.2.1-xorg-x11-compat.patch b/media-video/yanc/files/yanc-0.2.1-xorg-x11-compat.patch
new file mode 100644
index 000000000000..c184e18f280e
--- /dev/null
+++ b/media-video/yanc/files/yanc-0.2.1-xorg-x11-compat.patch
@@ -0,0 +1,42 @@
+diff -urN yanc-0.2.1.orig/src/Unit1.pas yanc-0.2.1/src/Unit1.pas
+--- yanc-0.2.1.orig/src/Unit1.pas 2004-06-13 20:26:47.000000000 -0400
++++ yanc-0.2.1/src/Unit1.pas 2004-06-13 20:28:34.000000000 -0400
+@@ -891,21 +891,26 @@
+ if (dateiname_xf86config='') then
+ begin
+
+- if FileExists('/etc/X11/XF86Config') then
++ if FileExists('/etc/X11/xorg.conf') then
+ begin
+ inc(anzahl_xf86configs);
+- dateiname_xf86config:='/etc/X11/XF86Config';
++ dateiname_xf86config:='/etc/X11/xorg.conf';
+ end;
+- if FileExists('/etc/X11/XF86Config-4') then
+- begin
+- inc(anzahl_xf86configs);
+- dateiname_xf86config:='/etc/X11/XF86Config-4';
+- end;
+- if FileExists('/etc/XF86Config-4') then
+- begin
+- inc(anzahl_xf86configs);
+- dateiname_xf86config:='/etc/XF86Config-4';
+- end;
++ if FileExists('/etc/X11/XF86Config') then
++ begin
++ inc(anzahl_xf86configs);
++ dateiname_xf86config:='/etc/X11/XF86Config';
++ end;
++ if FileExists('/etc/X11/XF86Config-4') then
++ begin
++ inc(anzahl_xf86configs);
++ dateiname_xf86config:='/etc/X11/XF86Config-4';
++ end;
++ if FileExists('/etc/XF86Config-4') then
++ begin
++ inc(anzahl_xf86configs);
++ dateiname_xf86config:='/etc/XF86Config-4';
++ end;
+ end;
+
+ if (anzahl_xf86configs>1) then