svn commit: r313069 - head/net-mgmt/nefu/files

Bernhard Froehlich decke at FreeBSD.org
Wed Feb 27 19:04:22 UTC 2013


Author: decke
Date: Wed Feb 27 19:04:22 2013
New Revision: 313069
URL: http://svnweb.freebsd.org/changeset/ports/313069

Log:
  - Fix building in tinderbox
  
  Reported by:	miwi

Added:
  head/net-mgmt/nefu/files/patch-Makefile.in   (contents, props changed)

Added: head/net-mgmt/nefu/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/nefu/files/patch-Makefile.in	Wed Feb 27 19:04:22 2013	(r313069)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2006-09-29 22:13:42.000000000 +0200
++++ Makefile.in	2013-02-27 17:07:55.046746676 +0100
+@@ -64,7 +64,7 @@
+ 
+ FRC :
+ 
+-libtest : FRC
++libtest/libtest.a : FRC
+ 	cd libtest; ${MAKE} ${MFLAGS} CC=${CC} OPTOPTS="${OPTOPTS}" LIBDIRS="${LIBDIRS}"
+ 
+ libsnet/libsnet.la : FRC


More information about the svn-ports-head mailing list