diff options
Diffstat (limited to 'x11/fbpanel/files/patch-Makefile')
-rw-r--r-- | x11/fbpanel/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/fbpanel/files/patch-Makefile b/x11/fbpanel/files/patch-Makefile new file mode 100644 index 000000000000..3deb9c6d1700 --- /dev/null +++ b/x11/fbpanel/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile~ Tue May 16 19:28:38 2006 ++++ Makefile Tue May 16 19:14:24 2006 +@@ -24,6 +24,10 @@ + -include $(DEP) + endif + ++ifeq ($(PLUGIN_CPU),on) ++override CFLAGS += -DPLUGIN_CPU ++endif ++ + TARGET := fbpanel + + EXTRAOBJ := |