freebsd-ports/audio/id3ed/files/patch-ab
Chris Piazza 0da94c328b Allow this to build on 3.x
Respect CXXFLAGS (not from submitter)

PR:		17443
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
2000-03-19 02:18:51 +00:00

11 lines
305 B
Text

--- configure.in.orig Tue Feb 22 17:48:11 2000
+++ configure.in Sat Mar 18 18:10:52 2000
@@ -31,7 +31,7 @@
dnl Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS(fcntl.h unistd.h set.h)
+AC_CHECK_HEADERS(fcntl.h unistd.h)
dnl Checks for typedefs, structures, and compiler characteristics.