summaryrefslogtreecommitdiff
path: root/graphics/blender-devel/files/patch-extern_ode_Makefile
blob: 1d29ba74c896de12cd93102cc783e3dadb7495df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- extern/ode/Makefile.orig	Thu May 15 01:06:19 2003
+++ extern/ode/Makefile	Thu May 15 01:07:21 2003
@@ -41,10 +41,6 @@
 	# prepare settings for patching, clean in case of interruption
 	[ ! -f $(TEMPSETTINGS) ] || mv $(TEMPSETTINGS) $(USERSETTINGS) 
 	cp $(USERSETTINGS) $(TEMPSETTINGS)
-    ifeq ($(OS),freebsd)
-	(grep FreeBSD $(DISTDIR)/Makefile >/dev/null ; \
-	    [ $$? -eq 0 ] || patch < patchfile.FreeBSD )
-    endif
     ifeq ($(OS),darwin)
 	cat $(TEMPSETTINGS) | sed s/unix-gcc/osx/ > $(USERSETTINGS)
     endif
@@ -102,8 +98,3 @@
     ifeq ($(OS),$(findstring $(OS), "freebsd linux darwin"))
 	[ ! -f dist/Makefile ] || $(MAKE) -C dist clean
     endif
-    ifeq ($(OS),freebsd)
-	(grep FreeBSD $(DISTDIR)/Makefile >/dev/null ; \
-	    [ $$? -ne 0 ] || patch -R < patchfile.FreeBSD )
-    endif
-