diff options
Diffstat (limited to 'media-gfx/spectromatic/files/spectromatic-1.0-gentoo.diff')
-rw-r--r-- | media-gfx/spectromatic/files/spectromatic-1.0-gentoo.diff | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/media-gfx/spectromatic/files/spectromatic-1.0-gentoo.diff b/media-gfx/spectromatic/files/spectromatic-1.0-gentoo.diff deleted file mode 100644 index 9fef68467dfe..000000000000 --- a/media-gfx/spectromatic/files/spectromatic-1.0-gentoo.diff +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.orig 2002-12-10 21:25:31.000000000 +0100 -+++ Makefile 2002-12-10 21:25:20.000000000 +0100 -@@ -13,15 +13,16 @@ - - TARGET = spectromatic - --install: all -+all: $(OBJ) -+ $(CC) -o $(TARGET) $(OBJ) $(LIBS) -+ strip $(TARGET) -+ -+install: - mkdir -p $(DESTDIR)$(TOPLEVEL_HOME)/bin - mkdir -p $(DESTDIR)$(TOPLEVEL_HOME)/man/man1 - install -o root -g root -m 0755 spectromatic $(DESTDIR)$(TOPLEVEL_HOME)/bin - install -o root -g root -m 0644 man/spectromatic.1 $(DESTDIR)$(TOPLEVEL_HOME)/man/man1 - --all: $(OBJ) -- $(CC) -o $(TARGET) $(OBJ) $(LIBS) -- strip $(TARGET) - - clean: - $(RM) $(TARGET) $(OBJ) |