aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-11-15 23:10:54 -0600
committerJack Nagel2014-11-15 23:10:54 -0600
commitc49863fad69f358247a91d18c475948fb684f028 (patch)
treeae8fe0cc355471653554493d6ee74a31be344303 /Library
parent740179958976e04679236d73d7d2b0b88d76dc66 (diff)
downloadhomebrew-c49863fad69f358247a91d18c475948fb684f028.tar.bz2
postgis: provide a little more context regarding bottle issues
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/postgis.rb8
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb
index 85eb9e7b3..d73791d66 100644
--- a/Library/Formula/postgis.rb
+++ b/Library/Formula/postgis.rb
@@ -6,8 +6,12 @@ class Postgis < Formula
sha256 'cd73c2a38428c8736f6cae73b955aee0bd42f9ca4fd8d93c1af464524cb100fc'
revision 1
- # TODO: don't add bottle until we've fixed:
- # https://github.com/Homebrew/homebrew/issues/33566
+ def pour_bottle?
+ # Postgres extensions must live in the Postgres prefix, which precludes
+ # bottling: https://github.com/Homebrew/homebrew/issues/10247
+ # Overcoming this will likely require changes in Postgres itself.
+ false
+ end
head 'http://svn.osgeo.org/postgis/trunk/'