openbsd-ports/math/calc/patches/patch-Makefile
wcobb 404ac87a84 - update to 2.11.5.8.
- regress target.
- take over maintainership.
ok provos@
2002-08-02 01:50:34 +00:00

12 lines
512 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1 2002/08/02 01:50:34 wcobb Exp $
--- Makefile.orig Wed Mar 13 20:28:28 2002
+++ Makefile Wed Jul 17 22:35:28 2002
@@ -1612,6 +1612,7 @@ endian_calc.h: endian ${MAKE_FILE}
${Q}echo '' >> endian_calc.h
${Q}echo '' >> endian_calc.h
${Q}echo '/* what byte order are we? */' >> endian_calc.h
+ ${Q}echo '#include <sys/types.h>' >> endian_calc.h
-${Q}if [ X"${BYTE_ORDER}" = X ]; then \
if [ -f ${INCDIR}/endian.h ]; then \
echo '#include <endian.h>' >> endian_calc.h; \