freebsd-ports/science/libsvm/files/patch-python-Makefile
Rong-En Fan b3532e1dcf - Update to 2.84
- Now libsvm-python installs only python interface bits and it should be
  buildable on Python 2.5
2007-04-01 12:53:02 +00:00

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