diff options
author | Markus Meier <maekke@gentoo.org> | 2008-05-28 20:45:35 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-05-28 20:45:35 +0000 |
commit | 6fa82e315ecee7289fc6b5a76070ce8cf7884203 (patch) | |
tree | 707a4d5881c6b148dcc3029dd09807271ef15d74 /app-office/plan/files | |
parent | add ~amd64, bug #219805 (diff) | |
download | historical-6fa82e315ecee7289fc6b5a76070ce8cf7884203.tar.gz historical-6fa82e315ecee7289fc6b5a76070ce8cf7884203.tar.bz2 historical-6fa82e315ecee7289fc6b5a76070ce8cf7884203.zip |
QA cleanup: add quotes, make -> emake, don't hardcode gcc (bug #213902) and add ~amd64 (bug #222213)
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'app-office/plan/files')
-rw-r--r-- | app-office/plan/files/makefile.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-office/plan/files/makefile.patch b/app-office/plan/files/makefile.patch new file mode 100644 index 000000000000..499824022b11 --- /dev/null +++ b/app-office/plan/files/makefile.patch @@ -0,0 +1,15 @@ +--- /var/tmp/portage/app-office/plan-1.9/work/plan-1.9/src/Makefile 2008-03-19 03:38:22.000000000 -0500 ++++ Makefile 2008-03-19 03:42:49.000000000 -0500 +@@ -415,10 +415,10 @@ + env CF="$(SVR4_C)" L1F="$(SVR4_L1)" L2F="$(SVR4_L2)" MYCC=gcc make all + + linux: +- env CF="$(LINUX_C)" L1F="$(LINUX_L1)" L2F="$(LINUX_L2)" MYCC=gcc make all ++ env CF="$(LINUX_C)" L1F="$(LINUX_L1)" L2F="$(LINUX_L2)" MYCC=${CC} make all + + slinux: +- env CF="$(LINUX_C)" L1F="$(SLINUX_L1)" L2F="$(SLINUX_L2)" MYCC=gcc make all ++ env CF="$(LINUX_C)" L1F="$(SLINUX_L1)" L2F="$(SLINUX_L2)" MYCC=${CC} make all + + news4: + make CF="$(NEWS_C)" L1F="$(NEWS_L1)" L2F="$(NEWS_L2)" MYCC=cc all |