Magellan Linux

Contents of /trunk/mesa-progs/patches/mesa-progs-6.4.2-compile-x86_64.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 351 byte(s)
-import

1 --- Mesa-6.4.2/progs/xdemos/Makefile 2005-11-10 17:35:07.000000000 +0100
2 +++ Mesa-6.4.2_patched/progs/xdemos/Makefile 2006-04-15 12:24:16.000000000 +0200
3 @@ -37,7 +37,7 @@
4 .SUFFIXES: .c
5
6 .c: $(LIB_DEP)
7 - $(CC) -I$(INCDIR) $(CFLAGS) $< $(APP_LIB_DEPS) -o $@
8 + $(CC) -I$(INCDIR) $(CFLAGS) $< $(APP_LIB_DEPS) -o $@ -lXmu -lXi
9
10
11 ##### TARGETS #####