summaryrefslogtreecommitdiff
path: root/graphics/tcm/files/patch-Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-02-02 15:01:33 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-02-02 15:01:33 +0000
commitf1c123bcf5128f82bccc80e7fb2632971e4ca0a5 (patch)
tree3987d9e8cfbf6c65e1059ef7490a2da4b9b22d4c /graphics/tcm/files/patch-Makefile
parentConditionalize libgnugetopt dependencies. (diff)
Update to 2.20.
PR: ports/47760 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=74511
Diffstat (limited to 'graphics/tcm/files/patch-Makefile')
-rw-r--r--graphics/tcm/files/patch-Makefile22
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)