diff options
author | pav <pav@FreeBSD.org> | 2008-07-25 06:29:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-25 06:29:33 +0800 |
commit | a4008bd9103a7db5a4e0185543479d1877eb1b09 (patch) | |
tree | fca3a2d302f0591dd484754e793a2cf83ec75549 /graphics/gdal | |
parent | 824088a5109a40ccc1256b8c4033bbf635668c7c (diff) | |
download | freebsd-ports-gnome-a4008bd9103a7db5a4e0185543479d1877eb1b09.tar.gz freebsd-ports-gnome-a4008bd9103a7db5a4e0185543479d1877eb1b09.tar.zst freebsd-ports-gnome-a4008bd9103a7db5a4e0185543479d1877eb1b09.zip |
- Add CC and CXX to MAKE_ENV for all ports
PR: ports/86106, ports/101120 (based on)
Diffstat (limited to 'graphics/gdal')
-rw-r--r-- | graphics/gdal/files/patch-swig-python-GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |