sphinx: remove unused patch

This commit is contained in:
Jack Nagel 2012-08-07 01:59:49 -05:00
parent 28c9fbc637
commit 8a0a67d878

View file

@ -74,18 +74,3 @@ class Sphinx < Formula
EOS
end
end
__END__
diff --git a/configure b/configure
index aebac75..82d6d05 100755
--- a/configure
+++ b/configure
@@ -4361,7 +4361,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
#ifdef __GNUC__
#if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 3)
-void main() {}
+int main() {}
#else
syntax error
#endif