From a4008bd9103a7db5a4e0185543479d1877eb1b09 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 24 Jul 2008 22:29:33 +0000 Subject: - Add CC and CXX to MAKE_ENV for all ports PR: ports/86106, ports/101120 (based on) --- graphics/gdal/files/patch-swig-python-GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/gdal') diff --git a/graphics/gdal/files/patch-swig-python-GNUmakefile b/graphics/gdal/files/patch-swig-python-GNUmakefile index f00331fae35a..04988668b7ba 100644 --- a/graphics/gdal/files/patch-swig-python-GNUmakefile +++ b/graphics/gdal/files/patch-swig-python-GNUmakefile @@ -5,7 +5,7 @@ build: - python setup.py build -+ python setup.py bdist_egg ++ CXX="" python setup.py bdist_egg egg: python setup.py bdist_egg -- cgit