diff options
Diffstat (limited to 'graphics/mpeg-lib')
-rw-r--r-- | graphics/mpeg-lib/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mpeg-lib/files/patch-aa b/graphics/mpeg-lib/files/patch-aa index a067494e69f5..07aa5fb0d984 100644 --- a/graphics/mpeg-lib/files/patch-aa +++ b/graphics/mpeg-lib/files/patch-aa @@ -133,8 +133,8 @@ ! ! install: $(LIBRARY) ! @echo Installing $(LIBRARY) in $(DEST) -! $(INSTALL) $(LIBRARY) $(DEST) -! $(INSTALL) mpeg.h ${PREFIX}/include +! $(INSTALL) -c $(LIBRARY) $(DEST) +! $(INSTALL) -c mpeg.h ${PREFIX}/include # easympeg is a short 'n simple MPEG player that requires the SGI Graphics # LIbrary; this won't work on non-SGI platforms |