diff options
author | 2015-01-15 22:57:12 +0100 | |
---|---|---|
committer | 2015-01-15 22:57:12 +0100 | |
commit | 2345d25f7b9c45794c93b8d8c334f7fc8bd31a45 (patch) | |
tree | 6365df17a0fbceb7e538c887a239ca7954445260 /media-gfx | |
parent | Cleanup media-gfx/librecad-2.0.7 (diff) | |
download | sci-2345d25f7b9c45794c93b8d8c334f7fc8bd31a45.tar.gz sci-2345d25f7b9c45794c93b8d8c334f7fc8bd31a45.tar.bz2 sci-2345d25f7b9c45794c93b8d8c334f7fc8bd31a45.zip |
media-gfx/librecad-2.0.7: Minor improvment
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/librecad/librecad-2.0.7.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media-gfx/librecad/librecad-2.0.7.ebuild b/media-gfx/librecad/librecad-2.0.7.ebuild index 03a8276a7..268f78388 100644 --- a/media-gfx/librecad/librecad-2.0.7.ebuild +++ b/media-gfx/librecad/librecad-2.0.7.ebuild @@ -27,9 +27,7 @@ RDEPEND="${DEPEND}" src_prepare() { # currently RS_VECTOR3D causes an internal compiler error on GCC-4.8 - if ! use 3d; then - sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro || die - fi + use 3d || sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro || die } src_install() { |