[Freeswitch-svn] [commit] r3532 - freeswitch/trunk/src/mod/languages/mod_python

Freeswitch SVN anthm at freeswitch.org
Mon Dec 4 10:53:57 EST 2006


Author: anthm
Date: Mon Dec  4 10:53:57 2006
New Revision: 3532

Modified:
   freeswitch/trunk/src/mod/languages/mod_python/Makefile

Log:
remove patch line that doesn't exist

Modified: freeswitch/trunk/src/mod/languages/mod_python/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_python/Makefile	(original)
+++ freeswitch/trunk/src/mod/languages/mod_python/Makefile	Mon Dec  4 10:53:57 2006
@@ -19,7 +19,6 @@
 reswig: 
 	rm -f switch_swig_wrap.c config.m4 CREDITS *${PYMOD}*
 	swig -o switch_swig_wrap.c -l$(SWIGIFILE) -ignoremissing -DMULTIPLICITY -python -module $(PYMOD) $(SWIGCFILE)
-	patch -p0 -i fix.diff
 
 switch_swig_wrap.o: switch_swig_wrap.c Makefile
 	$(CC)  -w $(CFLAGS) -c $< -o $@



More information about the Freeswitch-svn mailing list