diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-04 13:56:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-04 13:56:35 +0000 |
commit | b723801c7e40776a0efbb990eaae2111ed342663 (patch) | |
tree | 7818064bfa156a2b5d7bce5406c14875f6488bea /net/hostapd | |
parent | af8e8db9798108e839abeae2a96fed114c995ddd (diff) |
Notes
Diffstat (limited to 'net/hostapd')
-rw-r--r-- | net/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/hostapd/Makefile b/net/hostapd/Makefile index 54dbf2216852..7b1bfb56dfea 100644 --- a/net/hostapd/Makefile +++ b/net/hostapd/Makefile @@ -24,7 +24,7 @@ PLIST_FILES= sbin/hostapd sbin/hostapd_cli man/man1/hostapd_cli.1.gz \ BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif -post-patch-script: +post-patch: @${REINPLACE_CMD} -e 's|@$$(E) " CC " $$<|@$$(E) " $$(CC) " $$<|' \ ${BUILD_WRKSRC}/Makefile |