diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-09-11 12:22:19 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-09-11 12:22:19 +0000 |
commit | aaa10d7ab71976e428d2e131d1207287afc01280 (patch) | |
tree | 763fc7ed127fba3ce8df7b91be291a41d40b3a6b /editors/openoffice.org-vcltesttool | |
parent | 945e7059e8faddcd4b4ab472351bb1d492be6cc0 (diff) | |
download | ports-aaa10d7ab71976e428d2e131d1207287afc01280.tar.gz ports-aaa10d7ab71976e428d2e131d1207287afc01280.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-vcltesttool')
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/patch-unoil+makefile.pmk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-unoil+makefile.pmk b/editors/openoffice.org-vcltesttool/files/patch-unoil+makefile.pmk new file mode 100644 index 000000000000..6f1ce632cbe3 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/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 ------------------------------------------------------ + |