diff options
Diffstat (limited to 'misc/openoffice2/patches/patch-bk')
-rw-r--r-- | misc/openoffice2/patches/patch-bk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/openoffice2/patches/patch-bk b/misc/openoffice2/patches/patch-bk new file mode 100644 index 00000000000..dc51b11fe57 --- /dev/null +++ b/misc/openoffice2/patches/patch-bk @@ -0,0 +1,18 @@ +$NetBSD: patch-bk,v 1.1.1.1 2007/02/27 11:55:57 hira Exp $ + +--- ../forms/util/makefile.mk.orig 2007-02-23 19:13:29.000000000 +0900 ++++ ../forms/util/makefile.mk 2007-02-23 19:13:44.000000000 +0900 +@@ -111,11 +111,11 @@ + .IF "$(OS)"=="MACOSX" + .IF "$(GUIBASE)"=="unx" + SHL1STDLIBS +=\ +- -lX11 -lXt -lXmu ++ $(X11_LDFLAGS) -lX11 -lXt -lXmu + .ENDIF + .ELSE + SHL1STDLIBS +=\ +- -lX11 ++ $(X11_LDFLAGS) -lX11 + .ENDIF # OS == MACOSX + + .ENDIF |