diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-02-11 17:43:19 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-02-11 17:43:19 +0000 |
commit | 3aa60a1438d539f9379ea9d96d28f37f0df4dc24 (patch) | |
tree | 9b000ada87c211a211f230de7d08887eb1453ebf /x11/xdotool/Makefile | |
parent | 77f4fc2c95cd4f4b59771832f0f8197eba7c1e8d (diff) | |
download | ports-3aa60a1438d539f9379ea9d96d28f37f0df4dc24.tar.gz ports-3aa60a1438d539f9379ea9d96d28f37f0df4dc24.zip |
Notes
Diffstat (limited to 'x11/xdotool/Makefile')
-rw-r--r-- | x11/xdotool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile index 960668d065f6..490812a8232a 100644 --- a/x11/xdotool/Makefile +++ b/x11/xdotool/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xdotool -DISTVERSION= 20080606 +DISTVERSION= 20090126 CATEGORIES= x11 MASTER_SITES= http://semicomplete.googlecode.com/files/ @@ -22,6 +22,7 @@ PLIST_FILES= bin/xdotool do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdotool ${PREFIX}/bin +# Older GCC on RELENG_6 doesn't like -Wno-missing-field-initializers post-patch: @${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' ${WRKSRC}/Makefile |