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
+++ Makefile    Mon 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`
 

Attachment: signature.asc
Description: Digital signature

Reply via email to