diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-09-01 20:07:15 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-09-01 20:07:15 +0000 |
commit | 80f77c49e0070d757ef00a34e727e8636d2193ab (patch) | |
tree | 99abce49537cbcd90f5f329e94c4a58b2c6bc918 /app-editors/uemacs-pk/uemacs-pk-9999.ebuild | |
parent | Doc fix: @MAINTAINER doesn't support paragraphs any more. (diff) | |
download | emacs-80f77c49e0070d757ef00a34e727e8636d2193ab.tar.gz emacs-80f77c49e0070d757ef00a34e727e8636d2193ab.tar.bz2 emacs-80f77c49e0070d757ef00a34e727e8636d2193ab.zip |
LDFLAGS patch was accepted upstream.
svn path=/emacs-overlay/; revision=1684
Diffstat (limited to 'app-editors/uemacs-pk/uemacs-pk-9999.ebuild')
-rw-r--r-- | app-editors/uemacs-pk/uemacs-pk-9999.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app-editors/uemacs-pk/uemacs-pk-9999.ebuild b/app-editors/uemacs-pk/uemacs-pk-9999.ebuild index 88a635d..5be4386 100644 --- a/app-editors/uemacs-pk/uemacs-pk-9999.ebuild +++ b/app-editors/uemacs-pk/uemacs-pk-9999.ebuild @@ -22,9 +22,6 @@ RDEPEND="${DEPEND}" src_prepare() { sed -i -e "s:/usr/lib/:/usr/share/${PN}/:" epath.h || die - # Respect LDFLAGS when linking - sed -i -e 's/\(\$(CC) \$(DEFINES)\) \(-o \$@\)/\1 $(LDFLAGS) \2/' \ - Makefile || die } src_compile() { |