diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-12-15 09:07:11 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-12-15 09:07:11 +0000 |
commit | aa86b9ff51b9b0d123744208aa6b1c11bbf21ea9 (patch) | |
tree | d9728393e6b2ad0158d7e9cfb2fa141c2d95a7c1 /app-editors/qemacs | |
parent | gst-plugins-jpeg is required for some podcasts. (diff) | |
download | gentoo-2-aa86b9ff51b9b0d123744208aa6b1c11bbf21ea9.tar.gz gentoo-2-aa86b9ff51b9b0d123744208aa6b1c11bbf21ea9.tar.bz2 gentoo-2-aa86b9ff51b9b0d123744208aa6b1c11bbf21ea9.zip |
Fix install failure with USE="-X", bug #202355.
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'app-editors/qemacs')
-rw-r--r-- | app-editors/qemacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/qemacs/files/qemacs-0.3.2_pre20070226-Makefile-gentoo.patch | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-editors/qemacs/ChangeLog b/app-editors/qemacs/ChangeLog index b4ee0f7a0141..d0df849a6b4e 100644 --- a/app-editors/qemacs/ChangeLog +++ b/app-editors/qemacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/qemacs # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.35 2007/10/10 07:20:01 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.36 2007/12/15 09:07:10 ulm Exp $ + + 15 Dec 2007; Ulrich Mueller <ulm@gentoo.org> + files/qemacs-0.3.2_pre20070226-Makefile-gentoo.patch: + Fix install failure with USE="-X", bug #202355. 10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> qemacs-0.3.2_pre20070226.ebuild: diff --git a/app-editors/qemacs/files/qemacs-0.3.2_pre20070226-Makefile-gentoo.patch b/app-editors/qemacs/files/qemacs-0.3.2_pre20070226-Makefile-gentoo.patch index 7cb542cdc36d..339ae8458285 100644 --- a/app-editors/qemacs/files/qemacs-0.3.2_pre20070226-Makefile-gentoo.patch +++ b/app-editors/qemacs/files/qemacs-0.3.2_pre20070226-Makefile-gentoo.patch @@ -17,7 +17,7 @@ diff -u ../qemacs/Makefile ./Makefile DEFINES=-DHAVE_QE_CONFIG_H ######################################################## -@@ -211,15 +202,17 @@ +@@ -211,15 +202,19 @@ rm -f config.h config.mak install: $(TARGETS) qe.1 kmaps ligatures @@ -25,7 +25,9 @@ diff -u ../qemacs/Makefile ./Makefile - ln -sf qemacs $(prefix)/bin/qe$(EXE) + mkdir -p $(DESTDIR)$(prefix)/bin + install -m 755 qe $(DESTDIR)$(prefix)/bin/qemacs ++ifdef CONFIG_HTML + install -m 755 libqhtml/csstoqe $(DESTDIR)$(prefix)/bin/csstoqe ++endif ifdef CONFIG_FFMPEG - ln -sf qemacs $(prefix)/bin/ffplay + ln -sf qemacs $(DESTDIR)$(prefix)/bin/qemacs-ffplay |