diff options
author | 2009-01-25 15:44:55 +0000 | |
---|---|---|
committer | 2009-01-25 15:44:55 +0000 | |
commit | 03902135813efaaf6222d7b95c44020936796ffe (patch) | |
tree | f64baa1ff2c20a00e2c23824df30bce368ba398b /x11-plugins/tomboy-reminder/files | |
parent | Stable on alpha, bug #254307 (diff) | |
download | historical-03902135813efaaf6222d7b95c44020936796ffe.tar.gz historical-03902135813efaaf6222d7b95c44020936796ffe.tar.bz2 historical-03902135813efaaf6222d7b95c44020936796ffe.zip |
Bump, new home. Fixes bug 225319.
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins/tomboy-reminder/files')
-rw-r--r-- | x11-plugins/tomboy-reminder/files/tomboy-reminder-0.9-mcs-to-gmcs.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-plugins/tomboy-reminder/files/tomboy-reminder-0.9-mcs-to-gmcs.patch b/x11-plugins/tomboy-reminder/files/tomboy-reminder-0.9-mcs-to-gmcs.patch deleted file mode 100644 index 0040bff88ac5..000000000000 --- a/x11-plugins/tomboy-reminder/files/tomboy-reminder-0.9-mcs-to-gmcs.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- src/Makefile.am 2006-12-21 09:50:16.000000000 -0600 -+++ src/Makefile.am 2006-12-21 09:50:21.000000000 -0600 -@@ -1,5 +1,5 @@ - --CSC = mcs -debug -+CSC = gmcs -debug - - TARGET_NAME = tomboy-reminder - TARGET = $(TARGET_NAME).dll ---- configure.in 2006-12-21 09:50:32.000000000 -0600 -+++ configure.in 2006-12-21 09:51:22.000000000 -0600 -@@ -5,11 +5,11 @@ - AC_PROG_INSTALL - - # --# Find mcs -+# Find gmcs - # --AC_PATH_PROG(MCS, mcs) --if test "x$MCS" = "x" ; then -- AC_MSG_ERROR([Can't find "mcs", the mono compiler in your PATH]) -+AC_PATH_PROG(GMCS, gmcs) -+if test "x$GMCS" = "x" ; then -+ AC_MSG_ERROR([Can't find "gmcs", the mono compiler in your PATH]) - fi - - # |