diff options
Diffstat (limited to 'misc/gkrellmfmonitor2/files/patch-aa')
-rw-r--r-- | misc/gkrellmfmonitor2/files/patch-aa | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/misc/gkrellmfmonitor2/files/patch-aa b/misc/gkrellmfmonitor2/files/patch-aa deleted file mode 100644 index 8930eaf2edb2..000000000000 --- a/misc/gkrellmfmonitor2/files/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.orig Sun Nov 24 01:53:03 2002 -+++ Makefile Sun Nov 24 02:13:16 2002 -@@ -8,12 +8,14 @@ - OBJS = fmonitor.o - SOBJ = fmonitor.so - -+all: ${SOBJ} - - $(SOBJ): $(OBJS) - $(CC) -shared `pkg-config gtk+-2.0 --libs` $(OBJS) -o $(SOBJ) - - install: -- cp $(SOBJ) /usr/local/lib/gkrellm2/plugins -+ ${MKDIR} ${PREFIX}/libexec/gkrellm2/plugins -+ ${INSTALL_DATA} ${SOBJ} ${PREFIX}/libexec/gkrellm2/plugins - - clean: - rm -f *.o core *.so* *.bak *~ |