- Fix race condition to work on all plataforms/archs.
- Bump PORTREVISION. Reported by: pav (via pointyha)
This commit is contained in:
parent
b145eba402
commit
f31728e16c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225742
2 changed files with 16 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= premake
|
||||
PORTVERSION= 3.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
|
||||
|
|
15
devel/premake/files/patch-Makefile
Normal file
15
devel/premake/files/patch-Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- Makefile.old 2009-01-11 15:25:47.000000000 -0200
|
||||
+++ Makefile 2009-01-11 15:25:56.000000000 -0200
|
||||
@@ -13,9 +13,9 @@
|
||||
|
||||
all: Premake
|
||||
|
||||
-Makefile: premake.lua Src/premake.lua
|
||||
- @echo ==== Regenerating Makefiles ====
|
||||
- @premake --file $^ --clean --target gnu
|
||||
+#Makefile: premake.lua Src/premake.lua
|
||||
+# @echo ==== Regenerating Makefiles ====
|
||||
+# @premake --file $^ --clean --target gnu
|
||||
|
||||
Premake:
|
||||
@echo ==== Building Premake ====
|
Loading…
Reference in a new issue