diff options
| author | Jack Nagel | 2013-06-13 19:29:28 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-13 19:29:28 -0500 |
| commit | a5d6c5c5e1735ac6262d3f3c62a0829e25ab710d (patch) | |
| tree | ca3fcbcefcb6f797e2e3a118be2fbbc759a979c0 /Library/Formula | |
| parent | bab2ac4d10c7320bf30711839791cc572cd40e07 (diff) | |
| download | homebrew-a5d6c5c5e1735ac6262d3f3c62a0829e25ab710d.tar.bz2 | |
gdal: use ENV.libxml2
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gdal.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gdal.rb b/Library/Formula/gdal.rb index 1d171b3f1..b37e0b644 100644 --- a/Library/Formula/gdal.rb +++ b/Library/Formula/gdal.rb @@ -188,7 +188,7 @@ class Gdal < Formula ENV.append 'LDFLAGS', "-L#{sqlite.opt_prefix}/lib -lsqlite3" ENV.append 'CFLAGS', "-I#{sqlite.opt_prefix}/include" # Needed by libdap. - ENV.append 'CPPFLAGS', '-I/usr/include/libxml2' if build.include? 'complete' + ENV.libxml2 if build.include? 'complete' # Reset ARCHFLAGS to match how we build. if MacOS.prefer_64_bit? |
