diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-10-17 20:29:50 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-10-17 20:29:50 +0000 |
commit | acf166163ed023280bffcf8037046e7be9d6bd80 (patch) | |
tree | aeae41ad91089f492ee014d36d08adf395f3713d /games | |
parent | 6effa7a61f25335ef7f2212854a80abafd98646d (diff) | |
download | ports-acf166163ed023280bffcf8037046e7be9d6bd80.tar.gz ports-acf166163ed023280bffcf8037046e7be9d6bd80.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/torcs/Makefile | 2 | ||||
-rw-r--r-- | games/torcs/files/patch-Make-default.mk | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile index f95cf8352a5b..faff71d2cd10 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -7,7 +7,7 @@ PORTNAME= torcs DISTVERSION= 1.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/all-in-one/${PORTVERSION} diff --git a/games/torcs/files/patch-Make-default.mk b/games/torcs/files/patch-Make-default.mk new file mode 100644 index 000000000000..fda0c16608f4 --- /dev/null +++ b/games/torcs/files/patch-Make-default.mk @@ -0,0 +1,11 @@ +--- Make-default.mk.orig 2010-10-17 19:26:58.000000000 +0200 ++++ Make-default.mk 2010-10-17 19:27:26.000000000 +0200 +@@ -134,7 +134,7 @@ + endif + + .depend: +- $(CPP) $(INCFLAGS) $(CFLAGSD) $(COMPILFLAGS) $(SOURCES) > .depend ++ #$(CPP) $(INCFLAGS) $(CFLAGSD) $(COMPILFLAGS) $(SOURCES) > .depend + + dep: .depend + |