1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
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

12 lines
305 B
Plaintext

--- 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.