mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
http://www.zoneminder.com/wiki/index.php/Change_History#Release_1.24.4_-_2011.2F05.2F30; . remove patches that were incorporated upstream; . add a patch to fix zm_stream.cpp (add one byte to the path length); [1] . add one more site to MASTER_SITES. Submitted by: Vladimir Pushkar <vladimir.pushkar@gmail.com> (via email) [1]
10 lines
332 B
Text
10 lines
332 B
Text
--- src/Makefile.am.orig 2011-01-22 01:09:46.000000000 +0300
|
|
+++ src/Makefile.am 2011-05-05 18:11:47.076749885 +0400
|
|
@@ -1,6 +1,6 @@
|
|
AUTOMAKE_OPTIONS = gnu
|
|
|
|
-AM_CPPFLAGS = @MYSQL_CFLAGS@ @FFMPEG_CFLAGS@ -Wall -Wno-sign-compare -fno-inline
|
|
+AM_CPPFLAGS = @MYSQL_CFLAGS@ @FFMPEG_CFLAGS@
|
|
#AM_CXXFLAGS = -frepo
|
|
|
|
CLEANFILES = *.rpo
|