forked from Lainports/freebsd-ports
- Now libsvm-python installs only python interface bits and it should be buildable on Python 2.5
8 lines
191 B
Text
8 lines
191 B
Text
--- python/Makefile.orig Fri May 5 22:00:19 2006
|
|
+++ python/Makefile Sun Apr 1 20:50:00 2007
|
|
@@ -1,4 +1,4 @@
|
|
-CC = g++
|
|
+CC = ${CXX}
|
|
SWIG ?= swig
|
|
|
|
#Windows: see ../README ../Makefile.win
|