Author: ngie
Date: Thu Sep  4 20:02:28 2014
New Revision: 271125
URL: http://svnweb.freebsd.org/changeset/base/271125

Log:
  MFC r270216:
  
    Add ${LIBC} to DPADD to fix "make checkdpadd"
  
    Phabric: D632
    Approved by: jmmv (mentor)

Modified:
  stable/10/gnu/lib/libgcc/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/gnu/lib/libgcc/Makefile
==============================================================================
--- stable/10/gnu/lib/libgcc/Makefile   Thu Sep  4 19:52:17 2014        
(r271124)
+++ stable/10/gnu/lib/libgcc/Makefile   Thu Sep  4 20:02:28 2014        
(r271125)
@@ -28,6 +28,7 @@ CFLAGS+=      -DIN_GCC -DIN_LIBGCC2 -D__GCC_F
                -I${.CURDIR}/../../usr.bin/cc/cc_tools
 
 LDFLAGS+=      -nodefaultlibs
+DPADD+=                ${LIBC}
 LDADD+=                -lc
 
 OBJS=          # added to below in various ways depending on TARGET_CPUARCH
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to