From df02327dc14dc6b55a0f29e431ab673af498d251 Mon Sep 17 00:00:00 2001 From: Roger Date: Mon, 28 Jul 2014 20:50:53 -0500 Subject: motion: add from old packages Signed-off-by: Roger D rogerdammit@gmail.com --- multimedia/motion/patches/002-honor_cppflags.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 multimedia/motion/patches/002-honor_cppflags.patch (limited to 'multimedia/motion/patches') diff --git a/multimedia/motion/patches/002-honor_cppflags.patch b/multimedia/motion/patches/002-honor_cppflags.patch new file mode 100644 index 000000000..ac10f1e9c --- /dev/null +++ b/multimedia/motion/patches/002-honor_cppflags.patch @@ -0,0 +1,19 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -31,6 +31,7 @@ examplesdir = $(datadir)/@PACKAGE_NAME@- + # install. # + ################################################################################ + CFLAGS = @CFLAGS@ -Wall -DVERSION=\"@PACKAGE_VERSION@\" -Dsysconfdir=\"$(sysconfdir)\" ++CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ + VIDEO_OBJ = @VIDEO@ +@@ -118,7 +119,7 @@ endif + ################################################################################ + $(DEPEND_FILE): *.h $(SRC) + @echo "Generating dependencies, please wait..." +- @$(CC) $(CFLAGS) -M $(SRC) > .tmp ++ @$(CC) $(CFLAGS) $(CPPFLAGS) -M $(SRC) > .tmp + @mv -f .tmp $(DEPEND_FILE) + @echo + -- cgit v1.2.3