diff options
author | Kris Kennaway <kris@FreeBSD.org> | 1999-04-11 03:01:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 1999-04-11 03:01:57 +0000 |
commit | 3e7e136e0dbaa19135cc17ccbfc691f759c35d7f (patch) | |
tree | 292efb8510e2315b6d4854499c42a8e8d4327a2e /graphics/mpeg-lib/files/patch-aa | |
parent | Activate devel/java-cup (diff) |
Respect CFLAGS.
Notes
Notes:
svn path=/head/; revision=17768
Diffstat (limited to 'graphics/mpeg-lib/files/patch-aa')
-rw-r--r-- | graphics/mpeg-lib/files/patch-aa | 39 |
1 files changed, 11 insertions, 28 deletions
diff --git a/graphics/mpeg-lib/files/patch-aa b/graphics/mpeg-lib/files/patch-aa index 4e46f6c3dbd4..737e72f9c198 100644 --- a/graphics/mpeg-lib/files/patch-aa +++ b/graphics/mpeg-lib/files/patch-aa @@ -1,5 +1,14 @@ ---- Makefile.in.orig Mon Feb 26 12:12:54 1996 -+++ Makefile.in Sat Sep 19 13:23:32 1998 +--- Makefile.in.orig Tue Feb 27 04:42:54 1996 ++++ Makefile.in Sat Apr 10 21:23:36 1999 +@@ -7,7 +7,7 @@ + # Various programs and their options + + CC = @CC@ +-OPT = @OPT@ ++OPT = @CFLAGS@ + DEFS = @DEFS@ + INCLUDES = -I. + CFLAGS = $(OPT) $(DEFS) $(INCLUDES) @@ -16,6 +16,7 @@ RANLIB = @RANLIB@ SHELL = /bin/sh @@ -62,29 +71,3 @@ # Include a system-specific Makefile fragment, if any ---- configure.orig Tue Oct 14 14:31:15 1997 -+++ configure Tue Oct 14 14:32:06 1997 -@@ -817,6 +817,7 @@ - if test $dither = yes; then - libsrc='$(DECODER_SRC) $(DITHER_SRC)' - libobj='$(DECODER_SRC:.c=.o) $(DITHER_SRC:.c=.o)' -+ shlibobj='$(DECODER_SRC:.c=.so) $(DITHER_SRC:.c=.so)' - cat >> confdefs.h <<\EOF - #define ENABLE_DITHER 1 - EOF -@@ -825,6 +826,7 @@ - else - libsrc='$(DECODER_SRC)' - libobj='$(DECODER_SRC:.c=.o)' -+ shlibobj='$(DECODER_SRC:.c=.so)' - cat >> confdefs.h <<\EOF - #define ENABLE_DITHER 0 - EOF -@@ -1459,6 +1461,7 @@ - s%@AR@%$AR%g - s%@libsrc@%$libsrc%g - s%@libobj@%$libobj%g -+s%@shlibobj@%$shlibobj%g - s%@jrevdct@%$jrevdct%g - s%@extras@%$extras%g - /@Makefile_extras@/r $Makefile_extras |