Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37558782
en ru br
ALT Linux repos
S:1.1.3-alt2

Group :: Monitoring
RPM: logstalgia

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: logstalgia-1.0.3-alt-configure.patch
Download


--- logstalgia-1.0.3/configure.ac~	2011-02-15 23:52:06.000000000 +0000
+++ logstalgia-1.0.3/configure.ac	2014-03-21 20:29:35.522803551 +0000
@@ -67,7 +67,7 @@
 AC_CHECK_HEADER([SDL.h],, AC_MSG_ERROR(SDL.h is required. Please see INSTALL))
 AC_CHECK_HEADER([SDL_image.h],, AC_MSG_ERROR(SDL_image.h is required. Please see INSTALL))
 AC_CHECK_HEADER([ftgl.h],, AC_MSG_ERROR(ftgl.h is required. Please see INSTALL))
-AC_CHECK_HEADER([pcre.h],, AC_MSG_ERROR(pcre.h is required. Please see INSTALL))
+AC_CHECK_HEADER([pcre/pcre.h],, AC_MSG_ERROR(pcre.h is required. Please see INSTALL))
 
 #see if ttf-font-dir option is enabled
 AC_ARG_ENABLE(ttf-font-dir,[AS_HELP_STRING([--enable-ttf-font-dir=DIR],[directory containing GNU FreeFont TTF fonts])],[sdlappfontdir="$enableval"],[sdlappfontdir=""])
--- logstalgia-1.0.3/src/core/regex.h~	2011-02-15 23:52:06.000000000 +0000
+++ logstalgia-1.0.3/src/core/regex.h	2014-03-21 20:29:25.795515512 +0000
@@ -32,7 +32,7 @@
 
 #include "sdlapp.h"
 
-#include "pcre.h"
+#include "pcre/pcre.h"
 #include <string>
 #include <vector>
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin