From: shadzik Date: Sun, 19 Nov 2006 17:04:17 +0000 (+0000) Subject: - fix includes X-Git-Tag: auto/th/anyremote-2_10-1~16 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=b9261b01d86a06f59cd8a96d656bdcb10a591cc5;hp=265f14889228752283e5498d65a396097cadb256;p=packages%2Fanyremote.git - fix includes Changed files: anyremote-in.patch -> 1.1 --- diff --git a/anyremote-in.patch b/anyremote-in.patch new file mode 100644 index 0000000..3bdade6 --- /dev/null +++ b/anyremote-in.patch @@ -0,0 +1,12 @@ +--- configure.in 2006-02-26 21:57:41.000000000 +0100 ++++ configure.in-new 2006-11-19 17:47:22.000000000 +0100 +@@ -15,8 +15,8 @@ + # Checks for header files. + AC_HEADER_STDC + AC_HEADER_SYS_WAIT + +-CFLAGS="$CFLAGS -I/usr/local/include -Wall -D_REENTRANT -O2 -g" ++CFLAGS="$CFLAGS -I/usr/include -Wall -D_REENTRANT -O2 -g" + + AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/ioctl.h sys/time.h termios.h unistd.h]) +