summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1/files/patch-crashrep+source+unx+makefile.mk
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-07-17 12:56:09 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-07-17 12:56:09 +0000
commitaf63e06d7ced8eee4d23ad8ef955041253de3bde (patch)
tree2b98da8cfdde634ba0a921b96c8a585e50525a90 /editors/openoffice.org-1.1/files/patch-crashrep+source+unx+makefile.mk
parentUpgrade to 20030716. (diff)
1. update to fresh checkout of OpenOffice.org (1.1RC2)
tagged under cws_srx645_ooo11rc2 2. still broken with installation failure. Reviewed by: mbr
Notes
Notes: svn path=/head/; revision=85048
Diffstat (limited to 'editors/openoffice.org-1.1/files/patch-crashrep+source+unx+makefile.mk')
-rw-r--r--editors/openoffice.org-1.1/files/patch-crashrep+source+unx+makefile.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1/files/patch-crashrep+source+unx+makefile.mk b/editors/openoffice.org-1.1/files/patch-crashrep+source+unx+makefile.mk
new file mode 100644
index 000000000000..03dd7bc9d427
--- /dev/null
+++ b/editors/openoffice.org-1.1/files/patch-crashrep+source+unx+makefile.mk
@@ -0,0 +1,13 @@
+--- ../crashrep/source/unx/makefile.mk.org Tue Jul 1 08:57:23 2003
++++ ../crashrep/source/unx/makefile.mk Tue Jul 1 08:57:30 2003
+@@ -105,6 +105,10 @@
+ APP1STDLIBS=$(GTKLINKFLAGS) `pkg-config $(ONLYMODLIBS) --libs gtk+-2.0` -lpng -lzlib -ljpeg -ltiff -Bdynamic -lXext -lX11 -ldl -lsocket -lnsl
+ .ENDIF
+
++.IF "$(OS)" == "FREEBSD"
++APP1STDLIBS=$(GTKLINKFLAGS) `pkg-config $(ONLYMODLIBS) --libs gtk+-2.0` -lpng -lzlib -ljpeg -ltiff -Wl,-Bdynamic -lXext -lX11
++.ENDIF
++
+ ALL: ALLTAR $(BIN)$/crash_dump.res.01
+
+ # --- Targets ------------------------------------------------------