Date: Mon, 23 Jun 2008 13:42:46 +1000 (YAKST) From: Alexander Logvinov <ports@logvinov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alexander Logvinov <ports@logvinov.com> Subject: ports/124896: [PATCH] archivers/librtfcomp: fix build with GCC 3.4 Message-ID: <200806230342.m5N3gkJD060239@blg.akavia.ru> Resent-Message-ID: <200806230350.m5N3o1Z8047248@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124896 >Category: ports >Synopsis: [PATCH] archivers/librtfcomp: fix build with GCC 3.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jun 23 03:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Alexander Logvinov >Release: FreeBSD 6.3-RELEASE-p1 i386 >Organization: >Environment: >Description: Fix build with GCC 3.4. >How-To-Repeat: >Fix: Index: files/patch-configure =================================================================== RCS file: files/patch-configure diff -N files/patch-configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-configure 23 Jun 2008 03:28:52 -0000 @@ -0,0 +1,11 @@ +--- configure.orig 2008-06-23 13:28:21.000000000 +1000 ++++ configure 2008-06-23 13:28:30.000000000 +1000 +@@ -19265,7 +19265,7 @@ + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + + if test x"$have_gccvisibility" = x"yes"; then +- VISIBILITY="-DHAVE_GCCVISIBILITY -fvisibility=hidden" ++ VISIBILITY="-DHAVE_GCCVISIBILITY" + fi + + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806230342.m5N3gkJD060239>