summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/patch-crashrep+source+unx+makefile.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-09-08 22:11:03 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-09-08 22:11:03 +0000
commit1b8b186e623c924a24c7cd6f9aec470010d2b7dd (patch)
treed3dbbdaee842013e53af722f72494f249198d029 /editors/openoffice.org-2-RC/files/patch-crashrep+source+unx+makefile.mk
parentClarify that TIMEFUDGE is only used when there are problems syncing (diff)
libXft.a is not available. Do not link static for now.
Notes
Notes: svn path=/head/; revision=88821
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-2-RC/files/patch-crashrep+source+unx+makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-crashrep+source+unx+makefile.mk b/editors/openoffice.org-2-RC/files/patch-crashrep+source+unx+makefile.mk
index daed085f1d21..2ed3ac4d5182 100644
--- a/editors/openoffice.org-2-RC/files/patch-crashrep+source+unx+makefile.mk
+++ b/editors/openoffice.org-2-RC/files/patch-crashrep+source+unx+makefile.mk
@@ -5,7 +5,7 @@
.ENDIF
.IF "$(OS)" == "FREEBSD"
-APP2STDLIBS=$(STATIC) `pkg-config --libs gtk+-2.0` -lpng -lzlib -ljpeg -ltiff $(DYNAMIC) -lXext -lX11
-+APP2STDLIBS=$(STATIC) `pkg-config --libs gtk+-2.0` -lpng -lzlib -ljpeg -ltiff -lintl -lfreetype -lexpat $(DYNAMIC) -lXext -lX11
++APP2STDLIBS=`pkg-config --libs gtk+-2.0` -lpng -lzlib -ljpeg -ltiff -lintl -lfreetype -lexpat $(DYNAMIC) -lXext -lX11
.ENDIF
.ENDIF