diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-16 14:03:11 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-16 14:03:11 +0000 |
| commit | 224a8a72c3e50366eee125d2ec3945a1aefa1da6 (patch) | |
| tree | 0e2b4b4c76c41deedf3139556a38b8cf2bc83985 /misc/xdf/files/patch-Makefile | |
| parent | Update to version 1.25 (still broken, though less badly). (diff) | |
New port: xdf, show the free space of mounted partitions in X
PR: ports/45556
Submitted by: David Vidal RodrÃguez <vidalrod@in.tum.de>
Diffstat (limited to 'misc/xdf/files/patch-Makefile')
| -rw-r--r-- | misc/xdf/files/patch-Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/xdf/files/patch-Makefile b/misc/xdf/files/patch-Makefile new file mode 100644 index 000000000000..dde4d56b5468 --- /dev/null +++ b/misc/xdf/files/patch-Makefile @@ -0,0 +1,22 @@ +--- Makefile.orig Wed Nov 13 05:06:28 2002 ++++ Makefile Thu Jan 16 04:47:43 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 = |
