diff options
author | novel <novel@FreeBSD.org> | 2008-04-14 18:45:25 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2008-04-14 18:45:25 +0800 |
commit | f0eb04295fc27b77255be73fc8ace299a961c55e (patch) | |
tree | 20b396903e80013f6e8d2e2aa311f1e4cf666389 | |
parent | b89e5e9f1d31e67872d6cff452fd0a8edb868a26 (diff) | |
download | freebsd-ports-gnome-f0eb04295fc27b77255be73fc8ace299a961c55e.tar.gz freebsd-ports-gnome-f0eb04295fc27b77255be73fc8ace299a961c55e.tar.zst freebsd-ports-gnome-f0eb04295fc27b77255be73fc8ace299a961c55e.zip |
Comment out WITHOUT_OWN_WINDOW knob since it's broken in this version. It's
expected to be fixed in future versions though.
Reported by: Keith Gaughan <keith.gaughan@gmail.com>
-rw-r--r-- | sysutils/conky-awesome/Makefile | 10 | ||||
-rw-r--r-- | sysutils/conky/Makefile | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile index f8151cf82a79..57355bb2719b 100644 --- a/sysutils/conky-awesome/Makefile +++ b/sysutils/conky-awesome/Makefile @@ -54,11 +54,11 @@ CONFIGURE_ARGS+= --enable-xft CONFIGURE_ARGS+= --disable-xft .endif -.if !defined(WITHOUT_OWN_WINDOW) -CONFIGURE_ARGS+= --enable-own-window -.else -CONFIGURE_ARGS+= --disable-own-window -.endif +#.if !defined(WITHOUT_OWN_WINDOW) +#CONFIGURE_ARGS+= --enable-own-window +#.else +#CONFIGURE_ARGS+= --disable-own-window +#.endif .if defined(WITH_MPD) CONFIGURE_ARGS+= --enable-mpd diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index f8151cf82a79..57355bb2719b 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -54,11 +54,11 @@ CONFIGURE_ARGS+= --enable-xft CONFIGURE_ARGS+= --disable-xft .endif -.if !defined(WITHOUT_OWN_WINDOW) -CONFIGURE_ARGS+= --enable-own-window -.else -CONFIGURE_ARGS+= --disable-own-window -.endif +#.if !defined(WITHOUT_OWN_WINDOW) +#CONFIGURE_ARGS+= --enable-own-window +#.else +#CONFIGURE_ARGS+= --disable-own-window +#.endif .if defined(WITH_MPD) CONFIGURE_ARGS+= --enable-mpd |