diff options
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-crashrep+source+unx+makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-crashrep+source+unx+makefile.mk b/editors/openoffice.org-2-devel/files/patch-crashrep+source+unx+makefile.mk index daed085f1d2..2ed3ac4d518 100644 --- a/editors/openoffice.org-2-devel/files/patch-crashrep+source+unx+makefile.mk +++ b/editors/openoffice.org-2-devel/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 |