Re: Fixing gcc 3.3 compile failures -- patch for graphics/gsculpt

2003-07-22 Thread Simon Barner
patch-Makefile is in order to make the port respect the CC and CXX
variables.

gsculpt-gcc33-patches.tar.gz contains a whole bunch of patches, mostly
'using std::foo' stuff.

Cheers,
 Simon
--- Makefile.orig   Mon Jul 21 19:59:12 2003
+++ MakefileMon Jul 21 19:59:38 2003
@@ -27,7 +27,6 @@
 
 # C
 
-CC := gcc
 CFLAGS  = ${DEPENDFLAGS}
 
 %.o : %.c
@@ -35,7 +34,6 @@
 
 # C++
 
-CXX  := g++
 CXXFLAGS  = ${DEPENDFLAGS}
 
 %.o : %.cc
@@ -57,7 +55,7 @@
 
 # linker
 
-LINKER:= g++
+LINKER:= ${CXX}
 LDFLAGS= 
 LOADLIBES := -O3 -lm `gtk-config --libs`
 


signature.asc
Description: Digital signature


Re: Fixing gcc 3.3 compile failures -- patch for graphics/gsculpt

2003-07-22 Thread Simon Barner
 gsculpt-gcc33-patches.tar.gz contains a whole bunch of patches, mostly
 'using std::foo' stuff.

Since the file was cut by the mailing list system: You can find it here:

http://www.leo.org/~barner/freebsd/gsculpt-gcc33-patches.tar.gz


signature.asc
Description: Digital signature