summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-09-11 12:22:19 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-09-11 12:22:19 +0000
commitaaa10d7ab71976e428d2e131d1207287afc01280 (patch)
tree763fc7ed127fba3ce8df7b91be291a41d40b3a6b /editors/openoffice-1.1/files
parentAdd libgsf 1.3.0, an extensible i/o abstraction library for dealing with (diff)
Work around jdk-path issues in CURRENT.
Diffstat (limited to 'editors/openoffice-1.1/files')
-rw-r--r--editors/openoffice-1.1/files/patch-unoil+makefile.pmk11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-unoil+makefile.pmk b/editors/openoffice-1.1/files/patch-unoil+makefile.pmk
new file mode 100644
index 000000000000..6f1ce632cbe3
--- /dev/null
+++ b/editors/openoffice-1.1/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 ------------------------------------------------------
+