summaryrefslogtreecommitdiff
path: root/misc/xdf/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xdf/files/patch-Makefile')
-rw-r--r--misc/xdf/files/patch-Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/misc/xdf/files/patch-Makefile b/misc/xdf/files/patch-Makefile
deleted file mode 100644
index 090309cc12e3..000000000000
--- a/misc/xdf/files/patch-Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
---- Makefile.orig Wed Nov 13 14:06:28 2002
-+++ Makefile Wed Jul 9 17:04:06 2003
-@@ -7,9 +7,7 @@
- # on Linux systems "make ; make install" (run as superuser) should do everything
- #
-
--
--CCFLAGS = -m486 -O2
--CPPFLAGS += $(CCFLAGS) -I /usr/openwin/include -I/usr/lib/g++-include -DMAIN
-+CPPFLAGS += $(CCFLAGS) -I/usr/include -I/usr/local/include -I/usr/X11R6/include -I/usr/lib/g++-include -DMAIN
- LDFLAGS += -L /usr/openwin/lib -L /usr/X11R6/lib
- LDLIBS += -lxview -lX11 -lolgx
-
-@@ -17,7 +15,7 @@
-
- PROGRAM = xdf
- SOURCES.cc = xdf.cc
--INSTALLPATH = /usr/local/bin
-+INSTALLPATH = /usr/X11R6/bin
- SOURCES.h =
- SOURCES.c =
- SOURCES.G =
-@@ -110,7 +108,7 @@
- install:
- cp $(PROGRAM) $(INSTALLPATH)
- cd $(INSTALLPATH)
-- chown root.bin $(PROGRAM)
-+ chown root:bin $(PROGRAM)
- chmod 755 $(PROGRAM)
-
- run: