void-packages/srcpkgs/nemo/patches/fix-cross-build.patch

12 lines
345 B
Diff
Raw Normal View History

2015-11-09 08:11:01 +00:00
--- configure.ac.orig 2015-11-09 08:29:19.285934417 +0100
+++ configure.ac 2015-11-09 08:29:23.950934068 +0100
@@ -219,7 +219,7 @@ dnl ====================================
dnl strftime checks
-AC_TRY_RUN([#include <time.h>
+AC_TRY_COMPILE([#include <time.h>
int main ()
{
char buf[100];