diff options
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/lablgl/files/lablgl-1.06-makefile.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/lablgl/files/lablgl-1.06-makefile.patch b/dev-ml/lablgl/files/lablgl-1.06-makefile.patch index 36a1051a27bb..1e336872ad5d 100644 --- a/dev-ml/lablgl/files/lablgl-1.06-makefile.patch +++ b/dev-ml/lablgl/files/lablgl-1.06-makefile.patch @@ -1,7 +1,7 @@ Make sure install dir exists before copying file to it. ---- lablgl-1.06/LablGlut/src/Makefile -+++ lablgl-1.06/LablGlut/src/Makefile +--- a/LablGlut/src/Makefile ++++ b/LablGlut/src/Makefile @@ -68,6 +68,7 @@ cd "$(INSTALLDIR)" && $(RANLIB) liblablglut$(XA) @if test -f dlllablglut$(XS); then $(MAKE) installdll; \ |