svn commit: r382351 - head/databases/beansdb

Jung-uk Kim jkim at FreeBSD.org
Thu Mar 26 22:59:46 UTC 2015


Author: jkim
Date: Thu Mar 26 22:59:45 2015
New Revision: 382351
URL: https://svnweb.freebsd.org/changeset/ports/382351
QAT: https://qat.redports.org/buildarchive/r382351/

Log:
  Fix compiler warnings, i.e., "-lpthread: 'linker' input unused".

Modified:
  head/databases/beansdb/Makefile

Modified: head/databases/beansdb/Makefile
==============================================================================
--- head/databases/beansdb/Makefile	Thu Mar 26 22:57:23 2015	(r382350)
+++ head/databases/beansdb/Makefile	Thu Mar 26 22:59:45 2015	(r382351)
@@ -11,7 +11,7 @@ COMMENT=	Yet another distributed key-val
 
 GNU_CONFIGURE=	yes
 USE_CSTD=	gnu89
-CFLAGS+=	-lpthread
+LDFLAGS+=	-lpthread
 
 PLIST_FILES=	bin/beansdb \
 		man/man1/beansdb.1.gz


More information about the svn-ports-head mailing list