diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-05-19 12:29:49 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-05-19 12:29:49 +0000 |
commit | b0dc5db05c72cef387d0f5c68c99522ffd3d7707 (patch) | |
tree | bcdfa0a57dd4a7e06c2c80652a616561e508795a /editors/openoffice.org-3-devel | |
parent | 8800bea5753d0d1e7246ebee460b3534638088f1 (diff) | |
download | ports-b0dc5db05c72cef387d0f5c68c99522ffd3d7707.tar.gz ports-b0dc5db05c72cef387d0f5c68c99522ffd3d7707.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-svx+source+fmcomp+makefile.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-svx+source+fmcomp+makefile.mk b/editors/openoffice.org-3-devel/files/patch-svx+source+fmcomp+makefile.mk new file mode 100644 index 000000000000..b16030080c0d --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-svx+source+fmcomp+makefile.mk @@ -0,0 +1,12 @@ +--- ../svx/source/fmcomp/makefile.mk.orig Sun May 19 14:22:34 2002 ++++ ../svx/source/fmcomp/makefile.mk Sun May 19 14:27:48 2002 +@@ -74,6 +74,9 @@ + .INCLUDE : sv.mk + .INCLUDE : $(PRJ)$/util$/makefile.pmk + ++CFLAGS += -g ++CFLAGSCC += -g ++ + # --- Files -------------------------------------------------------- + + CXXFILES= \ |