From e2d7433d3c0120d5afdc7f9a00f4f6c64b4b5fb3 Mon Sep 17 00:00:00 2001
From: Hye-Shik Chang <perky@FreeBSD.org>
Date: Mon, 24 Apr 2006 14:41:07 +0000
Subject: Remove stale patch which should be removed in the recent update.

PR:		96249
Submitted by:	Piet Delport <pjd@satori.za.net>
---
 devel/pyrex/files/patch-Pyrex::Distutils::build_ext.py | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100644 devel/pyrex/files/patch-Pyrex::Distutils::build_ext.py

(limited to 'devel/pyrex')

diff --git a/devel/pyrex/files/patch-Pyrex::Distutils::build_ext.py b/devel/pyrex/files/patch-Pyrex::Distutils::build_ext.py
deleted file mode 100644
index 74153ae6f364..000000000000
--- a/devel/pyrex/files/patch-Pyrex::Distutils::build_ext.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- Pyrex/Distutils/build_ext.py.orig	Sun Dec  5 12:11:14 2004
-+++ Pyrex/Distutils/build_ext.py	Sun Dec  5 12:11:41 2004
-@@ -32,7 +32,7 @@
-       if self.compiler == 'mingw32':
-         self.swig_cpp = 1
- 
--  def swig_sources (self, sources):
-+  def swig_sources (self, sources, extension=None): # workaround for 2.4 compat
-     if not self.extensions:
-       return
- 
-- 
cgit v1.2.3