diff options
author | mbr <mbr@FreeBSD.org> | 2002-09-11 20:22:19 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-09-11 20:22:19 +0800 |
commit | 65316feaed1e00204ecb629417ee6988ddd7426e (patch) | |
tree | 1419d1bd0abf358b917c9160cd3e0c367720edea /editors/openoffice-3 | |
parent | 6a1114e8224c8aa618f09cced9ce555f90a1bd3d (diff) | |
download | freebsd-ports-gnome-65316feaed1e00204ecb629417ee6988ddd7426e.tar.gz freebsd-ports-gnome-65316feaed1e00204ecb629417ee6988ddd7426e.tar.zst freebsd-ports-gnome-65316feaed1e00204ecb629417ee6988ddd7426e.zip |
Work around jdk-path issues in CURRENT.
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/files/patch-unoil+makefile.pmk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-unoil+makefile.pmk b/editors/openoffice-3/files/patch-unoil+makefile.pmk new file mode 100644 index 000000000000..6f1ce632cbe3 --- /dev/null +++ b/editors/openoffice-3/files/patch-unoil+makefile.pmk @@ -0,0 +1,11 @@ +--- ../unoil/makefile.pmk Wed Sep 11 11:50:42 2002 ++++ ../unoil/makefile.pmk.orig Wed Sep 11 11:50:26 2002 +@@ -75,7 +75,7 @@ + .ENDIF # "$(L10N_framework)"=="" + + GENJAVAFILES := $(foreach,i,$(JAVAFILESLIST) $(GENJAVADIR)$/$(PACKAGE)$/$i) +-GENCLASSFILES := $(foreach,i,$(JAVAFILESLIST:b) $(GENCLASSDIR)$/$(PACKAGE)$/$i.class) ++GENCLASSFILES += $(foreach,i,$(JAVAFILESLIST:b) $(GENCLASSDIR)$/$(PACKAGE)$/$i.class) + + # --- Targets ------------------------------------------------------ + |