From 38805e871a0ec7d383e76a6cb1d979ba6c291d56 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 18 Feb 2003 04:51:34 +0000 Subject: 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 --- x11-toolkits/qt23/files/patch-qpsprinter.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-toolkits/qt23/files/patch-qpsprinter.cpp (limited to 'x11-toolkits/qt23/files/patch-qpsprinter.cpp') 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) -- cgit v1.2.3