diff options
author | maho <maho@FreeBSD.org> | 2003-08-16 14:03:19 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-08-16 14:03:19 +0800 |
commit | 99003e7a16ead3747b11a4418fbc1dbaf7fa2bec (patch) | |
tree | aa99f120e211121c0271051f230aff23ec5305af /editors/openoffice-1.1-devel | |
parent | 2cd70b3c851ff0940170005f8d7b5b716817deeb (diff) | |
download | freebsd-ports-gnome-99003e7a16ead3747b11a4418fbc1dbaf7fa2bec.tar.gz freebsd-ports-gnome-99003e7a16ead3747b11a4418fbc1dbaf7fa2bec.tar.zst freebsd-ports-gnome-99003e7a16ead3747b11a4418fbc1dbaf7fa2bec.zip |
path for file in this patch was wrong.
Diffstat (limited to 'editors/openoffice-1.1-devel')
-rw-r--r-- | editors/openoffice-1.1-devel/files/patch-crashrep+source+unx+makefile.mk | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-crashrep+source+unx+makefile.mk b/editors/openoffice-1.1-devel/files/patch-crashrep+source+unx+makefile.mk index 03dd7bc9d427..daed085f1d21 100644 --- a/editors/openoffice-1.1-devel/files/patch-crashrep+source+unx+makefile.mk +++ b/editors/openoffice-1.1-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 |