freebsd-ports/editors/openoffice-1.1/files/patch-freetype+makefile.mk
Martin Blapp 19599e5a4a Update to cws_srx644_ooo11beta. It still doesn't build but this commit will help
to track the things down.

There are known problems with weak symbols and exceptions. Some c++ tools
inside the port will fail if you try to compile.

The cpp_uno bridge has been updated to the latest linux version available.
Added 'make update' target to upgrade the source to the latest version.

Approved by:	kris (portmgr)
2003-03-12 01:04:08 +00:00

11 lines
412 B
Makefile

--- ../freetype/makefile.mk.orig Tue Mar 11 14:13:25 2003
+++ ../freetype/makefile.mk Tue Mar 11 14:13:27 2003
@@ -100,7 +100,7 @@
.IF "$(OS)"=="MACOSX"
OUT2LIB+=objs$/.libs$/libfreetype.*.dylib
.ELIF "$(OS)"=="FREEBSD"
-OUT2LIB+=objs$/.libs$/libfreetype.so.7*
+OUT2LIB+=objs$/.libs$/libfreetype.so.9*
.ELSE
OUT2LIB+=objs$/.libs$/libfreetype.so.6*
.ENDIF # "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"