diff options
Diffstat (limited to 'graphics/tcm/files/patch-Makefile')
-rw-r--r-- | graphics/tcm/files/patch-Makefile | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/graphics/tcm/files/patch-Makefile b/graphics/tcm/files/patch-Makefile index b754d2e35a8a..5b28081b0638 100644 --- a/graphics/tcm/files/patch-Makefile +++ b/graphics/tcm/files/patch-Makefile @@ -1,27 +1,15 @@ ---- Makefile.orig Wed Dec 13 15:19:34 2000 -+++ Makefile Wed Jul 18 02:20:35 2001 +--- Makefile.orig Mon Jan 20 21:32:37 2003 ++++ Makefile Tue Jan 28 01:52:19 2003 @@ -4,7 +4,7 @@ # change this if you want to install it in a different place - ifndef TCM_INSTALL_DIR + ifndef $(TCM_INSTALL_DIR) - TCM_INSTALL_DIR=/opt/tcm + TCM_INSTALL_DIR=$(PREFIX)/tcm endif # the current version. -@@ -42,6 +42,11 @@ - TCM_PLATFORM = osf1 - TCM_COMPILER = gcc - endif -+ifeq ($(UNAME),FreeBSD) -+ TCM_PLATFORM = freebsd -+ TCM_COMPILER = gcc -+ TCM_INSTALL_CMD = /bin/cp -Rp -+endif - ifeq ($(UNAME),SunOS) - TCM_PLATFORM = solaris - TCM_COMPILER = suncc -@@ -70,7 +75,7 @@ +@@ -107,7 +107,7 @@ @echo make all: to do all this in one run @echo make clean: to remove all binaries, object and temporary files. @@ -29,4 +17,4 @@ +all: config depend execs execs: - (cd ./src; ${MAKE} TCM_HOME='$(TCM_COMPILE_DIR)' \ + (cd ./src; ${MAKE} $(MFLAGS) all) |