diff options
author | marino <marino@FreeBSD.org> | 2015-03-26 07:51:05 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-26 07:51:05 +0800 |
commit | a6ab70183cd475387f4dfce4c0abbad3fe14c49b (patch) | |
tree | 73ac90ce1906f5bacef01f927cd1d4a37a54b6bb /net/rtg | |
parent | 2836a4f0db514d63293a72019d6a2bf8076ccdfe (diff) | |
download | freebsd-ports-gnome-a6ab70183cd475387f4dfce4c0abbad3fe14c49b.tar.gz freebsd-ports-gnome-a6ab70183cd475387f4dfce4c0abbad3fe14c49b.tar.zst freebsd-ports-gnome-a6ab70183cd475387f4dfce4c0abbad3fe14c49b.zip |
net category: Remove $PTHREAD_LIBS
openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks
but they weren't fixed.
approved by: PTHREAD blanket
Diffstat (limited to 'net/rtg')
-rw-r--r-- | net/rtg/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/rtg/Makefile b/net/rtg/Makefile index 1af56571b4fc..65c314ae75bb 100644 --- a/net/rtg/Makefile +++ b/net/rtg/Makefile @@ -50,9 +50,6 @@ CFLAGS+= -fstack-protector LDFLAGS+= -fstack-protector .endif -pre-configure: - @${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g' ${WRKSRC}/configure - post-patch: @${MV} ${WRKSRC}/etc/rtg.conf ${WRKSRC}/etc/rtg.conf.sample @${MV} ${WRKSRC}/etc/routers ${WRKSRC}/etc/routers.sample |