mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
e17967fbe2
PR: ports/152013 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer)
12 lines
486 B
Plaintext
12 lines
486 B
Plaintext
--- configure.in.orig 2010-09-13 11:23:59.000000000 +0200
|
|
+++ configure.in 2010-09-26 12:37:08.000000000 +0200
|
|
@@ -842,7 +842,7 @@
|
|
test $OPT_DISABLE_DEVICE_LIB = 0 && AC_CONFIG_FILES([device/lib/hc08/Makefile])
|
|
fi
|
|
|
|
-if test $OPT_DISABLE_MCS51 = 0; then
|
|
+if test $OPT_DISABLE_DS390 = 0 -o $OPT_DISABLE_MCS51 = 0; then
|
|
AC_CONFIG_FILES([src/mcs51/Makefile
|
|
sdas/as8051/Makefile])
|
|
test $OPT_DISABLE_DEVICE_LIB = 0 && AC_CONFIG_FILES([device/lib/mcs51/Makefile
|