diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-09-08 22:11:03 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-09-08 22:11:03 +0000 |
commit | 1b8b186e623c924a24c7cd6f9aec470010d2b7dd (patch) | |
tree | d3dbbdaee842013e53af722f72494f249198d029 /editors/openoffice.org-vcltesttool | |
parent | Clarify that TIMEFUDGE is only used when there are problems syncing (diff) |
libXft.a is not available. Do not link static for now.
Diffstat (limited to 'editors/openoffice.org-vcltesttool')
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/patch-crashrep+source+unx+makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-crashrep+source+unx+makefile.mk b/editors/openoffice.org-vcltesttool/files/patch-crashrep+source+unx+makefile.mk index daed085f1d21..2ed3ac4d5182 100644 --- a/editors/openoffice.org-vcltesttool/files/patch-crashrep+source+unx+makefile.mk +++ b/editors/openoffice.org-vcltesttool/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 |