svn commit: r312706 - head/net/libnet

Dirk Meyer dinoex at FreeBSD.org
Thu Feb 21 06:38:17 UTC 2013


Author: dinoex
Date: Thu Feb 21 06:38:16 2013
New Revision: 312706
URL: http://svnweb.freebsd.org/changeset/ports/312706

Log:
  - build shared lib with PIC

Modified:
  head/net/libnet/Makefile

Modified: head/net/libnet/Makefile
==============================================================================
--- head/net/libnet/Makefile	Thu Feb 21 06:04:53 2013	(r312705)
+++ head/net/libnet/Makefile	Thu Feb 21 06:38:16 2013	(r312706)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libnet
 PORTVERSION=	1.1.6
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	SF/libnet-dev
@@ -17,8 +18,8 @@ LATEST_LINK=	${PORTNAME}${SHORT_VER}
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-#CFLAGS+=	-fPIC
-#USE_CSTD=	gnu89
+CFLAGS+=	-fPIC
+USE_CSTD=	gnu89
 CONFIGURE_ARGS=	--with-link-layer=${LIBNET_LINK}
 
 SHORT_VER=	11


More information about the svn-ports-head mailing list