diff options
Diffstat (limited to 'lang/cli/files.5/patch-makefile.common.in')
-rw-r--r-- | lang/cli/files.5/patch-makefile.common.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/cli/files.5/patch-makefile.common.in b/lang/cli/files.5/patch-makefile.common.in deleted file mode 100644 index 21c217f..0000000 --- a/lang/cli/files.5/patch-makefile.common.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- makefile.common.in.orig Fri Mar 22 03:48:17 2002 -+++ makefile.common.in Fri Mar 29 00:54:26 2002 -@@ -50,7 +50,7 @@ - # This should come last in the list of parameters to gcc or ld - # because otherwise /usr/lib might be searched when it shouldn't - # be. --GCC_LIB = -L/usr/lib -lgcc -+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. |