SOURCES: nxcomp-gcc4.patch (NEW), nxcomp-pic.patch (NEW) - new

arekm arekm at pld-linux.org
Sun May 21 14:54:16 CEST 2006


Author: arekm                        Date: Sun May 21 12:54:16 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   nxcomp-gcc4.patch (NONE -> 1.1)  (NEW), nxcomp-pic.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/nxcomp-gcc4.patch
diff -u /dev/null SOURCES/nxcomp-gcc4.patch:1.1
--- /dev/null	Sun May 21 14:54:16 2006
+++ SOURCES/nxcomp-gcc4.patch	Sun May 21 14:54:11 2006
@@ -0,0 +1,12 @@
+--- nxcomp/RenderExtension.h.orig       2005-02-19 18:23:32.000000000 +0000
++++ nxcomp/RenderExtension.h    2005-08-27 23:16:05.000000000 +0100
+@@ -68,6 +68,8 @@
+ // The message class.
+ //
+
++class RenderMinorExtensionStore;
++
+ class RenderExtensionMessage : public Message
+ {
+   friend class RenderExtensionStore;
+

================================================================
Index: SOURCES/nxcomp-pic.patch
diff -u /dev/null SOURCES/nxcomp-pic.patch:1.1
--- /dev/null	Sun May 21 14:54:16 2006
+++ SOURCES/nxcomp-pic.patch	Sun May 21 14:54:11 2006
@@ -0,0 +1,20 @@
+--- nxcomp/Makefile.in.agriffis	2005-11-12 12:48:42.000000000 -0500
++++ nxcomp/Makefile.in	2005-12-15 12:24:46.000000000 -0500
+@@ -32,7 +32,7 @@
+ 
+ CXX         = @CXX@
+ CXXFLAGS    = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ \
+-              -Wall -Wpointer-arith
++              -Wall -Wpointer-arith -fPIC
+ CXXINCLUDES =
+ CXXDEFINES  =
+ 
+@@ -42,7 +42,7 @@
+ 
+ CC          = @CC@
+ CCFLAGS     = @CFLAGS@ @X_CFLAGS@ @DEFS@ \
+-              -Wall -Wpointer-arith
++              -Wall -Wpointer-arith -fPIC
+ CCINCLUDES  =
+ CCDEFINES   =
+ 
================================================================


More information about the pld-cvs-commit mailing list