summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-04-14 11:21:56 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-04-14 11:21:56 +0000
commitaf9cdaefe3574e21014b018cca747bd6e8582545 (patch)
treea3a8b93117545a20b65ad1178d26dbc3fb3f651b /sci-visualization/scidavis/files
parentAdd back dropped patch to fix compile with <gcc-4 (bug 256804) (diff)
downloadgentoo-2-af9cdaefe3574e21014b018cca747bd6e8582545.tar.gz
gentoo-2-af9cdaefe3574e21014b018cca747bd6e8582545.tar.bz2
gentoo-2-af9cdaefe3574e21014b018cca747bd6e8582545.zip
Removed liborigin stuff, was not working and unsupported upstream
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization/scidavis/files')
-rw-r--r--sci-visualization/scidavis/files/scidavis-0.2.1-profile.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/scidavis/files/scidavis-0.2.1-profile.patch b/sci-visualization/scidavis/files/scidavis-0.2.1-profile.patch
index 6caa5664c454..d5d16e092dab 100644
--- a/sci-visualization/scidavis/files/scidavis-0.2.1-profile.patch
+++ b/sci-visualization/scidavis/files/scidavis-0.2.1-profile.patch
@@ -25,8 +25,8 @@
### instead of the one provided in "3rdparty", uncomment the following 2 lines:
# CONFIG += dynamic_liborigin
-# LIBS += -lorigin
-+LIBS += -lorigin2
-+INCLUDEPATH += /usr/include/liborigin2
++#LIBS += -lorigin2
++#INCLUDEPATH += /usr/include/liborigin2
### Unfortunately, due to liborigin being in alpha stage, we cannot promise
### that SciDAVis works with any other version that the one in "3rdparty".
################### end of liborigin block