diff options
Diffstat (limited to 'lang/gcc34')
-rw-r--r-- | lang/gcc34/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc34/files/patch-ltconfig | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index cb860bc20a74..af39caea449e 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 3.4.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang VERSIONSTRING= ${PORTVERSION} diff --git a/lang/gcc34/files/patch-ltconfig b/lang/gcc34/files/patch-ltconfig new file mode 100644 index 000000000000..238574b8adac --- /dev/null +++ b/lang/gcc34/files/patch-ltconfig @@ -0,0 +1,14 @@ +Index: ltconfig +=================================================================== +--- ltconfig ++++ ltconfig (working copy) +@@ -1133,7 +1133,7 @@ + ;; + + freebsd*) +- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` ++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + |