aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-05-22 21:19:53 -0500
committerJack Nagel2014-05-22 21:19:53 -0500
commit6f32ded331e8a40817cd58a33c2dda114e9d40a1 (patch)
treeb2fd2513c08651655634a3167534616a605dcbbf
parent57c006637d3536fc7c398b9d4bcec5ef3df9b8f3 (diff)
downloadhomebrew-6f32ded331e8a40817cd58a33c2dda114e9d40a1.tar.bz2
libpst: remove commented-out code
-rw-r--r--Library/Formula/libpst.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/libpst.rb b/Library/Formula/libpst.rb
index 1d9a47e6b..71675c591 100644
--- a/Library/Formula/libpst.rb
+++ b/Library/Formula/libpst.rb
@@ -18,7 +18,6 @@ class Libpst < Formula
]
args << '--disable-dii' unless build.include? 'pst2dii'
if build.with? 'python'
- # ENV['PYTHON_EXTRA_LDFLAGS'] = '-u _PyMac_Error'
args << '--enable-python' << '--with-boost-python=mt'
else
args << '--disable-python'