diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 15:27:13 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 15:27:13 +0000 |
commit | 0ff97b39b3bd81cc45df60ccfba6633f5ce4e5a1 (patch) | |
tree | d0948a1a14cf7fcca4f6614cb45b0cced2c41bb6 /x11-apps/rgb/files | |
parent | version bump, and this one should finally work with amd64 and other 64bit arches (diff) | |
download | gentoo-2-0ff97b39b3bd81cc45df60ccfba6633f5ce4e5a1.tar.gz gentoo-2-0ff97b39b3bd81cc45df60ccfba6633f5ce4e5a1.tar.bz2 gentoo-2-0ff97b39b3bd81cc45df60ccfba6633f5ce4e5a1.zip |
Unused file.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/rgb/files')
-rw-r--r-- | x11-apps/rgb/files/rgb-path.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-apps/rgb/files/rgb-path.patch b/x11-apps/rgb/files/rgb-path.patch deleted file mode 100644 index cfd2ffc6bd27..000000000000 --- a/x11-apps/rgb/files/rgb-path.patch +++ /dev/null @@ -1,19 +0,0 @@ -Index: configure.ac -=================================================================== -RCS file: /cvs/xorg/app/rgb/configure.ac,v -retrieving revision 1.3 -retrieving revision 1.4 -diff -u -b -B -r1.3 -r1.4 ---- configure.ac 29 Jul 2005 21:22:30 -0000 1.3 -+++ configure.ac 1 Aug 2005 22:35:37 -0000 1.4 -@@ -40,8 +40,8 @@ - AC_MSG_CHECKING([for rgb database location]) - AC_ARG_WITH([rgb-db-dir], - AC_HELP_STRING([--with-rgb-db=<path>], -- [rgb database location (default is libdir/rgb)]), -- [db_path=$withval], [db_path=$libdir/rgb]) -+ [rgb database location (default is libdir/X11/rgb)]), -+ [db_path=$withval], [db_path=$libdir/X11/rgb]) - AC_MSG_RESULT([$db_path]) - dnl XXX not working - AC_DEFINE([RGB_DB], $db_path, [set to location of rgb database (without any file type suffix)]) - db_file=`basename $db_path` |