aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt23/files/patch-qpsprinter.cpp
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-02-18 04:51:34 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-02-18 04:51:34 +0000
commit38805e871a0ec7d383e76a6cb1d979ba6c291d56 (patch)
tree662a776fedc3c397b783a0430a4b7be199a8e394 /x11-toolkits/qt23/files/patch-qpsprinter.cpp
parent953d99c1d09853d63e45c6d270aa74cebcd15151 (diff)
downloadports-38805e871a0ec7d383e76a6cb1d979ba6c291d56.tar.gz
ports-38805e871a0ec7d383e76a6cb1d979ba6c291d56.zip
Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus
Notes
Notes: svn path=/head/; revision=75774
Diffstat (limited to 'x11-toolkits/qt23/files/patch-qpsprinter.cpp')
-rw-r--r--x11-toolkits/qt23/files/patch-qpsprinter.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/qt23/files/patch-qpsprinter.cpp b/x11-toolkits/qt23/files/patch-qpsprinter.cpp
new file mode 100644
index 000000000000..21b9fdf561a6
--- /dev/null
+++ b/x11-toolkits/qt23/files/patch-qpsprinter.cpp
@@ -0,0 +1,11 @@
+--- src/kernel/qpsprinter.cpp.orig Wed Jun 13 01:53:46 2001
++++ src/kernel/qpsprinter.cpp Sun Feb 9 22:48:14 2003
+@@ -2772,7 +2772,7 @@
+
+
+ #ifndef _OS_OSF_
+-extern "C" char* getenv(char*);
++extern "C" char* getenv(const char*);
+ #endif
+
+ QPSPrinterFontTTF::QPSPrinterFontTTF(const QFont &f, QByteArray& d)