diff options
Diffstat (limited to 'abs/extra/m2vrequantiser/m2vrequantiser_makefile.patch')
-rw-r--r-- | abs/extra/m2vrequantiser/m2vrequantiser_makefile.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/extra/m2vrequantiser/m2vrequantiser_makefile.patch b/abs/extra/m2vrequantiser/m2vrequantiser_makefile.patch new file mode 100644 index 0000000..bca0d58 --- /dev/null +++ b/abs/extra/m2vrequantiser/m2vrequantiser_makefile.patch @@ -0,0 +1,8 @@ +--- Makefile.orig 2011-04-01 00:24:08.000000000 +0000 ++++ Makefile 2011-04-01 01:00:03.000000000 +0000 +@@ -1,4 +1,4 @@ +-PREFIX ?= /usr/local ++PREFIX ?= $(DESTDIR)/usr + CC = gcc + CFLAGS ?= -O2 -g -funroll-loops -frename-registers + CFLAGS += -D_LARGEFILE_SOURCE -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_REENTRANT |