diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-08-16 06:03:19 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-08-16 06:03:19 +0000 |
commit | f85d822d33b0cf9128b74c8608853a6e878543aa (patch) | |
tree | fed38d869c0c3ac42885858182a9ed6da404a0ad /editors/openoffice-2.0-devel | |
parent | a) sysui/oounix/office/gnome/gnomeint seems to be desappeared. (diff) |
path for file in this patch was wrong.
Notes
Notes:
svn path=/head/; revision=87022
Diffstat (limited to 'editors/openoffice-2.0-devel')
-rw-r--r-- | editors/openoffice-2.0-devel/files/patch-crashrep+source+unx+makefile.mk | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-crashrep+source+unx+makefile.mk b/editors/openoffice-2.0-devel/files/patch-crashrep+source+unx+makefile.mk index 03dd7bc9d427..daed085f1d21 100644 --- a/editors/openoffice-2.0-devel/files/patch-crashrep+source+unx+makefile.mk +++ b/editors/openoffice-2.0-devel/files/patch-crashrep+source+unx+makefile.mk @@ -1,13 +1,11 @@ ---- ../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 +--- ../crashrep/source/unx/makefile.mk.orig Tue Jul 22 19:37:38 2003 ++++ ../crashrep/source/unx/makefile.mk Thu Aug 14 18:44:09 2003 +@@ -123,7 +123,7 @@ + APP2STDLIBS+=-lsocket + .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 .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 ------------------------------------------------------ + .ENDIF |