diff options
author | krion <krion@FreeBSD.org> | 2004-04-22 04:37:00 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-22 04:37:00 +0800 |
commit | 19f5bcd89e08fae4fd4dd8468373375ef208de4f (patch) | |
tree | 9a6f16fb6310fb157f211bcad4999d0602935c0e /comms | |
parent | 490843cd36f5d237c62e6f7aa3162a8e6b8e6353 (diff) | |
download | freebsd-ports-gnome-19f5bcd89e08fae4fd4dd8468373375ef208de4f.tar.gz freebsd-ports-gnome-19f5bcd89e08fae4fd4dd8468373375ef208de4f.tar.zst freebsd-ports-gnome-19f5bcd89e08fae4fd4dd8468373375ef208de4f.zip |
- Fix build on 4-x
Approved by: marcus (portmgr)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index d85c6dfbf117..0715eff3a257 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -104,7 +104,7 @@ post-patch: ${WRKSRC}/${f} .endfor .if ${OSVERSION} <= 500027 - @${FIND} ${WRKSRC}/src -type f | ${XARGS} ${REINPLACE_CMD} \ + @${FIND} ${WRKSRC} -type f -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} \ -e 's|<stdint.h>|<inttypes.h>|' .endif |