diff options
Diffstat (limited to 'lang/cli/files.5/patch-makefile.common.in')
-rw-r--r-- | lang/cli/files.5/patch-makefile.common.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cli/files.5/patch-makefile.common.in b/lang/cli/files.5/patch-makefile.common.in index cb6d36f..21c217f 100644 --- a/lang/cli/files.5/patch-makefile.common.in +++ b/lang/cli/files.5/patch-makefile.common.in @@ -8,7 +8,7 @@ $FreeBSD$ # because otherwise /usr/lib might be searched when it shouldn't # be. -GCC_LIB = -L/usr/lib -lgcc -+GCC_LIB = -L/usr/lib -lgcc -lc_r -lc ++GCC_LIB = -L/usr/lib -lgcc -lstdc++ -lc_r -lc # The C runtime static libraries that we need to get an application # up and running. |