summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files/patch-crashrep+source+unx+makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.1/files/patch-crashrep+source+unx+makefile.mk')
-rw-r--r--editors/openoffice-1.1/files/patch-crashrep+source+unx+makefile.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-crashrep+source+unx+makefile.mk b/editors/openoffice-1.1/files/patch-crashrep+source+unx+makefile.mk
new file mode 100644
index 000000000000..03dd7bc9d427
--- /dev/null
+++ b/editors/openoffice-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 ------------------------------------------------------