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-devel | |
parent | 0b7f5d0fc1e96955376e37c2d3cc14a08b6211c8 (diff) | |
download | ports-1b8b186e623c924a24c7cd6f9aec470010d2b7dd.tar.gz ports-1b8b186e623c924a24c7cd6f9aec470010d2b7dd.zip |
Notes
Diffstat (limited to 'editors/openoffice-devel')
-rw-r--r-- | editors/openoffice-devel/files/patch-crashrep+source+unx+makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-devel/files/patch-crashrep+source+unx+makefile.mk b/editors/openoffice-devel/files/patch-crashrep+source+unx+makefile.mk index daed085f1d21..2ed3ac4d5182 100644 --- a/editors/openoffice-devel/files/patch-crashrep+source+unx+makefile.mk +++ b/editors/openoffice-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 |