diff options
Diffstat (limited to 'package/freeglut/patches/patch-progs_Makefile_in')
-rw-r--r-- | package/freeglut/patches/patch-progs_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/freeglut/patches/patch-progs_Makefile_in b/package/freeglut/patches/patch-progs_Makefile_in new file mode 100644 index 000000000..e5d2993d1 --- /dev/null +++ b/package/freeglut/patches/patch-progs_Makefile_in @@ -0,0 +1,11 @@ +--- freeglut-2.6.0.orig/progs/Makefile.in 2009-11-25 20:14:29.000000000 +0100 ++++ freeglut-2.6.0/progs/Makefile.in 2012-03-12 15:06:38.667411355 +0100 +@@ -177,7 +177,7 @@ sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = demos ++SUBDIRS = + all: all-recursive + + .SUFFIXES: |