diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-10-13 12:26:37 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-10-13 12:26:37 +0000 |
commit | ee091d2e91ee59aeeefe9a4dcb8b92b85e458a36 (patch) | |
tree | 23d50bc618fc49c84710aad908160221376f2844 /lang/sdcc/files/patch-configure.in | |
parent | Upgrade to 0.06. (diff) |
- Update to 2.7.0
- Makefile and plist cleanup.
- Move patches to Makefile and remove files.
- Pet portlint.
PR: ports/116953
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Approved by: sat (mentor)
Notes
Notes:
svn path=/head/; revision=201392
Diffstat (limited to 'lang/sdcc/files/patch-configure.in')
-rw-r--r-- | lang/sdcc/files/patch-configure.in | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/lang/sdcc/files/patch-configure.in b/lang/sdcc/files/patch-configure.in index 85ea08513d55..3138ab8cd5c6 100644 --- a/lang/sdcc/files/patch-configure.in +++ b/lang/sdcc/files/patch-configure.in @@ -1,21 +1,25 @@ ---- configure.in.orig Thu May 11 22:06:55 2006 -+++ configure.in Wed Jun 28 22:22:07 2006 -@@ -634,6 +634,10 @@ +--- configure.in.orig Tue Nov 21 16:27:08 2006 ++++ configure.in Wed Dec 13 16:32:58 2006 +@@ -629,6 +629,11 @@ test $OPT_DISABLE_AVR = 0 && AC_CONFIG_FILES([src/avr/Makefile]) +if test $OPT_DISABLE_DS390 = 0 -o $OPT_DISABLE_MCS51 = 0; then -+ AC_CONFIG_FILES([as/mcs51/Makefile]) ++ AC_CONFIG_FILES([as/mcs51/Makefile ++ as/link/mcs51/Makefile]) +fi + if test $OPT_DISABLE_DS390 = 0; then AC_CONFIG_FILES([src/ds390/Makefile]) test $OPT_DISABLE_DEVICE_LIB = 0 && AC_CONFIG_FILES([device/lib/ds390/Makefile]) -@@ -652,7 +656,6 @@ +@@ -647,9 +652,7 @@ + fi if test $OPT_DISABLE_MCS51 = 0; then - AC_CONFIG_FILES([src/mcs51/Makefile +- AC_CONFIG_FILES([src/mcs51/Makefile - as/mcs51/Makefile - debugger/mcs51/Makefile]) +- as/link/mcs51/Makefile]) ++ AC_CONFIG_FILES([src/mcs51/Makefile]) test $OPT_DISABLE_DEVICE_LIB = 0 && AC_CONFIG_FILES([device/lib/mcs51/Makefile device/lib/small/Makefile + device/lib/medium/Makefile |