summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2016-01-04 13:57:36 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2016-01-04 13:57:36 +0100
commit1687fb4190e289d50bfff7b49edc8cdc46852376 (patch)
treee657b28a76a7284e97fdf998f47024ff9086ce7e /x11-plugins/asmon/files
parentx11-plugins/asmon: fix compilation with gcc 5, bug #569756 (diff)
downloadgentoo-1687fb4190e289d50bfff7b49edc8cdc46852376.tar.gz
gentoo-1687fb4190e289d50bfff7b49edc8cdc46852376.tar.bz2
gentoo-1687fb4190e289d50bfff7b49edc8cdc46852376.zip
x11-plugins/asmon: unused file
Package-Manager: portage-2.2.26
Diffstat (limited to 'x11-plugins/asmon/files')
-rw-r--r--x11-plugins/asmon/files/asmon-0.7.cflags.diff31
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-plugins/asmon/files/asmon-0.7.cflags.diff b/x11-plugins/asmon/files/asmon-0.7.cflags.diff
deleted file mode 100644
index b69c692abb90..000000000000
--- a/x11-plugins/asmon/files/asmon-0.7.cflags.diff
+++ /dev/null
@@ -1,31 +0,0 @@
---- asmon/Makefile.orig 1999-06-26 03:35:13.000000000 +0200
-+++ asmon/Makefile 2006-08-24 20:21:52.000000000 +0200
-@@ -4,7 +4,7 @@
- #SOLARIS_LIBS = -lsocket -lkstat
- #SOLARIS_OBJS = solaris26.o
-
--LIBDIR = -L/usr/X11R6/lib
-+LIBDIR = -L/usr/lib
- LIBS = -lXpm -lXext -lX11 $(SOLARIS_LIBS)
- OBJS = asmon.o $(SOLARIS_OBJS) \
- ../wmgeneral/wmgeneral.o \
-@@ -12,16 +12,16 @@
- ../wmgeneral/list.o
-
- .c.o:
-- gcc -c -Wall $(SOLARIS) $< -o $*.o
-+ gcc -c -Wall $(CFLAGS) $(SOLARIS) $< -o $*.o
-
- asmon: $(OBJS)
- gcc -o asmon $(OBJS) $(LIBDIR) $(LIBS)
-
- clean::
- for i in $(OBJS) ; do \
-- rm $$i;\
-+ rm -f $$i;\
- done
-- rm asmon
-+ rm -f asmon
-
- install::
- cp -f asmon /usr/local/bin