Author: ngie
Date: Wed Aug 20 15:43:26 2014
New Revision: 270216
URL: http://svnweb.freebsd.org/changeset/base/270216

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

Modified:
  head/gnu/lib/libgcc/Makefile

Modified: head/gnu/lib/libgcc/Makefile
==============================================================================
--- head/gnu/lib/libgcc/Makefile        Wed Aug 20 14:58:25 2014        
(r270215)
+++ head/gnu/lib/libgcc/Makefile        Wed Aug 20 15:43:26 2014        
(r270216)
@@ -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-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to