diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-11-28 23:09:56 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-11-28 23:09:56 +0000 |
commit | 8814d845cdc1b955861fbc74674fb7a47777623e (patch) | |
tree | cfa29a776a2af0ebc10bf8c4edd8dbc7a2eef8bb /x11-libs/qwtplot3d-qt3/files/qwtplot3d-profile.patch | |
parent | Revision bump on request of KingTaco on #gentoo-releng. (diff) | |
download | historical-8814d845cdc1b955861fbc74674fb7a47777623e.tar.gz historical-8814d845cdc1b955861fbc74674fb7a47777623e.tar.bz2 historical-8814d845cdc1b955861fbc74674fb7a47777623e.zip |
Initial import. Ebuild split from x11-libs/qwtplot3d to accomodate qt3 and qt4 based packages simultaneously
Package-Manager: portage-2.1.4_rc3
Diffstat (limited to 'x11-libs/qwtplot3d-qt3/files/qwtplot3d-profile.patch')
-rw-r--r-- | x11-libs/qwtplot3d-qt3/files/qwtplot3d-profile.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-libs/qwtplot3d-qt3/files/qwtplot3d-profile.patch b/x11-libs/qwtplot3d-qt3/files/qwtplot3d-profile.patch new file mode 100644 index 000000000000..831ad558d2f4 --- /dev/null +++ b/x11-libs/qwtplot3d-qt3/files/qwtplot3d-profile.patch @@ -0,0 +1,27 @@ +--- qwtplot3d.orig/qwtplot3d.pro 2007-11-26 22:16:54.000000000 +0000 ++++ qwtplot3d/qwtplot3d.pro 2007-11-26 23:45:18.000000000 +0000 +@@ -3,7 +3,7 @@ +
+ TARGET = qwtplot3d
+ TEMPLATE = lib
+-CONFIG += qt warn_on opengl thread zlib debug
++CONFIG += qt warn_on opengl thread zlib
+ MOC_DIR = tmp
+ OBJECTS_DIR = tmp
+ INCLUDEPATH = include
+@@ -21,7 +21,7 @@ + win32:CONFIG -= zlib
+
+ linux-g++:TMAKE_CXXFLAGS += -fno-exceptions
+-unix:VERSION = 0.2.6
++unix:VERSION = 0.2.7
+
+ # Input
+ SOURCES += src/qwt3d_axis.cpp \
+@@ -92,4 +92,4 @@ + DEFINES += GL2PS_HAVE_ZLIB
+ win32:LIBS += zlib.lib
+ unix:LIBS += -lz
+-} +\ No newline at end of file ++}
|