diff options
Diffstat (limited to 'net/icqnix/files')
-rw-r--r-- | net/icqnix/files/patch-aa | 11 | ||||
-rw-r--r-- | net/icqnix/files/patch-ab | 11 | ||||
-rw-r--r-- | net/icqnix/files/patch-ac | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/net/icqnix/files/patch-aa b/net/icqnix/files/patch-aa new file mode 100644 index 000000000000..3512a8dc1d8d --- /dev/null +++ b/net/icqnix/files/patch-aa @@ -0,0 +1,11 @@ +--- src/icqfunctions.h.orig Sun Feb 27 15:34:39 2000 ++++ src/icqfunctions.h Sun Feb 27 15:36:57 2000 +@@ -46,7 +46,7 @@ + virtual ~ICQFunctions(void); + void setup(ICQUser *s, int index, bool isAutoClose); + char *tabLabel[4]; +- const int TAB_READ = 0, TAB_SEND = 1, TAB_USERINFO = 2, TAB_HISTORY = 3; ++ static const int TAB_READ = 0, TAB_SEND = 1, TAB_USERINFO = 2, TAB_HISTORY = 3; + int currentTab; + ICQUser *theUser; + ICQ *server; diff --git a/net/icqnix/files/patch-ab b/net/icqnix/files/patch-ab new file mode 100644 index 000000000000..7698f4658b8b --- /dev/null +++ b/net/icqnix/files/patch-ab @@ -0,0 +1,11 @@ +--- ./src/Makefile.in.orig Fri May 24 04:23:37 2002 ++++ ./src/Makefile.in Fri May 24 04:23:54 2002 +@@ -21,7 +21,7 @@ + CXXFLAGS = @CXXFLAGS@ + CPPFLAGS = @CPPFLAGS@ @DEFS@ -DINSTALL_PROG="\"@INSTALL@\"" -DSHARE_DIR="\"@datadir@/@PACKAGE@\"" @X_CFLAGS@ @QT_INCLUDES@ @SOCKS_INCDIR@ -I$(srcdir) -I$(top_srcdir) -Wall + LDFLAGS = @SOCKS_LIBDIR@ @X_LIBS@ @QT_LDFLAGS@ +-LDLIBS = @SOCKS_LIBS@ -lqt @X_PRE_LIBS@ -lX11 -lXext @XSS_LIBS@ @X_EXTRA_LIBS@ ++LDLIBS = @SOCKS_LIBS@ -lqt1 @X_PRE_LIBS@ -lX11 -lXext @XSS_LIBS@ @X_EXTRA_LIBS@ + MOC = @QT_MOC@ + + OBJECTS = file.o message.o packet.o socket.o user.o \ diff --git a/net/icqnix/files/patch-ac b/net/icqnix/files/patch-ac new file mode 100644 index 000000000000..1676f78c88ed --- /dev/null +++ b/net/icqnix/files/patch-ac @@ -0,0 +1,11 @@ +--- ./install/Makefile.in.orig Fri May 24 04:23:44 2002 ++++ ./install/Makefile.in Fri May 24 04:24:22 2002 +@@ -21,7 +21,7 @@ + CXXFLAGS = @CXXFLAGS@ + CPPFLAGS = @CPPFLAGS@ @DEFS@ -DINSTALL_PROG="\"@INSTALL@\"" -DSHARE_DIR="\"@datadir@/@PACKAGE@\"" @X_CFLAGS@ @QT_INCLUDES@ @SOCKS_INCDIR@ -I$(srcdir) -I$(top_srcdir) -Wall + LDFLAGS = @SOCKS_LIBDIR@ @X_LIBS@ @QT_LDFLAGS@ +-LDLIBS = @SOCKS_LIBS@ -lqt @X_PRE_LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ ++LDLIBS = @SOCKS_LIBS@ -lqt1 @X_PRE_LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ + MOC = @QT_MOC@ + + OBJECTS = installDialog.o main.o installer.o ../src/file.o |