diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-05 23:37:12 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-05 23:37:12 +0000 |
commit | 313691c19b4f40187ba44ae99d04a79daf6c43b9 (patch) | |
tree | bd4ebb04519f10092a1077b4586422a14c282519 /editors/openoffice-2.0-devel | |
parent | d44acb917042a7c90de8a1d126e92386df69bc06 (diff) | |
download | FreeBSD-ports-313691c19b4f40187ba44ae99d04a79daf6c43b9.zip FreeBSD-ports-313691c19b4f40187ba44ae99d04a79daf6c43b9.tar.gz |
minormkchanged.flg is not a target. This solves the breakage in solenv
Diffstat (limited to 'editors/openoffice-2.0-devel')
-rw-r--r-- | editors/openoffice-2.0-devel/files/patch-solenv::inc::target.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-solenv::inc::target.mk b/editors/openoffice-2.0-devel/files/patch-solenv::inc::target.mk new file mode 100644 index 0000000..b08beb4 --- /dev/null +++ b/editors/openoffice-2.0-devel/files/patch-solenv::inc::target.mk @@ -0,0 +1,11 @@ +--- ../solenv/inc/target.mk.orig Wed Mar 6 00:11:40 2002 ++++ ../solenv/inc/target.mk Wed Mar 6 00:11:52 2002 +@@ -2766,7 +2766,7 @@ + $(MISC)$/$(TARGET).dpz : $(ZIP1TARGETN) $(ZIP2TARGETN) $(ZIP3TARGETN) $(ZIP4TARGETN) $(ZIP5TARGETN) $(ZIP6TARGETN) $(ZIP7TARGETN) $(ZIP8TARGETN) $(ZIP9TARGETN) + .ENDIF + +-$(INCCOM)$/_version.h : $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/minormkchanged.flg ++$(INCCOM)$/_version.h : + .IF "$(GUI)"=="UNX" + @+echo "#define" _BUILD \"$(BUILD)\" > $@ + @+echo "#define" _UPD \"$(UPD)\" >> $@ |