From b9261b01d86a06f59cd8a96d656bdcb10a591cc5 Mon Sep 17 00:00:00 2001 From: shadzik Date: Sun, 19 Nov 2006 17:04:17 +0000 Subject: [PATCH 1/1] - fix includes Changed files: anyremote-in.patch -> 1.1 --- anyremote-in.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 anyremote-in.patch 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]) + -- 2.44.0