diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-04-01 03:09:43 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-04-01 03:09:43 +0000 |
commit | 46947502ddb12c8273472ca28b697a84ee898adb (patch) | |
tree | 614f74fcf0d523ecbc77f95d114daa596d9c5b1e | |
parent | 159ca9ea09582941ce892c386cf6907ab336050e (diff) | |
download | ports-46947502ddb12c8273472ca28b697a84ee898adb.tar.gz ports-46947502ddb12c8273472ca28b697a84ee898adb.zip |
Notes
-rw-r--r-- | net-mgmt/nettop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/nettop/Makefile b/net-mgmt/nettop/Makefile index 11b4e40ef09f..12bc32763b9a 100644 --- a/net-mgmt/nettop/Makefile +++ b/net-mgmt/nettop/Makefile @@ -24,6 +24,7 @@ PLIST_FILES= bin/nettop PORTDOCS= README THANKS ChangeLog post-patch: + ${REINPLACE_CMD} -e '/count.*size/s/(int) //g' ${WRKSRC}/nettop.c .if !exists(/usr/lib/libpthread.so) ${REINPLACE_CMD} -e 's/lpthread/lc_r/g' ${WRKSRC}/${CONFIGURE_SCRIPT} .endif |