diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/moblin-proto/fix.patch')
| -rw-r--r-- | meta/recipes-graphics/clutter/moblin-proto/fix.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-graphics/clutter/moblin-proto/fix.patch b/meta/recipes-graphics/clutter/moblin-proto/fix.patch deleted file mode 100644 index 8bde67762c..0000000000 --- a/meta/recipes-graphics/clutter/moblin-proto/fix.patch +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | Index: git/Makefile | ||
| 2 | =================================================================== | ||
| 3 | --- git.orig/Makefile 2008-08-11 22:49:48.000000000 +0100 | ||
| 4 | +++ git/Makefile 2008-08-12 12:16:52.000000000 +0100 | ||
| 5 | @@ -15,7 +15,7 @@ | ||
| 6 | |||
| 7 | SCP_DESTINATION=pug.vpn:tmp | ||
| 8 | |||
| 9 | -BINARY=$(shell basename `pwd`)# | ||
| 10 | +BINARY=moblin-proto | ||
| 11 | PACKAGE=../$(BINARY).tar.bz2 # you can use both .gz and .bz2 as extension here | ||
| 12 | |||
| 13 | #CFLAGS= -Wall -I /home/pippin/src/clutter-box2d/clutter-box2d | ||
| 14 | @@ -61,7 +61,7 @@ | ||
| 15 | %.o: %.c $(HFILES) | ||
| 16 | $(CC) -g $(CFLAGS) $(INCS) -c $< -o$@ | ||
| 17 | $(BINARY): $(OBJECTS) | ||
| 18 | - $(CC) -o $@ $(OBJECTS) $(LIBS) | ||
| 19 | + $(CXX) -o $@ $(OBJECTS) $(LIBS) | ||
| 20 | |||
| 21 | #$(BINARY): $(CFILES) | ||
| 22 | # $(LD) $(CFLAGS) $(INCS) $(CFILES) $(LIBS) -o $@ | ||
