freebsd-ports/lang/gnat/files/patch-aa
Daniel Eischen 653aef86bc Update the antiquated version of the GNAT compiler to the GPL-2005
version.

Note that this version now produces executables that are
covered by the GPL as opposed to the previous version which was
covered by the modified GPL.

Also note that the GNAT sources in the stock GCC-4 tree are
not under this restriction.  A new port based on the sources
in GCC-4 will come when I get the time.
2005-11-29 00:01:24 +00:00

11 lines
440 B
Text

--- gcc/Makefile.in.orig Wed Nov 23 23:55:21 2005
+++ gcc/Makefile.in Thu Nov 24 10:47:11 2005
@@ -2871,7 +2871,7 @@
# Install the driver last so that the window when things are
# broken is small.
install: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \
- install-cpp install-man install-info install-@POSUB@ \
+ install-cpp install-man install-@POSUB@ \
lang.install-normal install-driver
# Handle cpp installation.