]> git.pld-linux.org Git - packages/nxcomp.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 21 May 2006 12:54:11 +0000 (12:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nxcomp-gcc4.patch -> 1.1
    nxcomp-pic.patch -> 1.1

nxcomp-gcc4.patch [new file with mode: 0644]
nxcomp-pic.patch [new file with mode: 0644]

diff --git a/nxcomp-gcc4.patch b/nxcomp-gcc4.patch
new file mode 100644 (file)
index 0000000..96da042
--- /dev/null
@@ -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;
+
diff --git a/nxcomp-pic.patch b/nxcomp-pic.patch
new file mode 100644 (file)
index 0000000..2ccaf97
--- /dev/null
@@ -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   =
This page took 0.075769 seconds and 4 git commands to generate.