diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-11 08:16:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-11 08:16:51 +0000 |
commit | f8cd0f639bb4d3c67fd501bf53bb9725b7eefc12 (patch) | |
tree | b041b6a1cfcb4cec3585e3fa244ff1fa07451f01 /print/ft2demos/files/patch-Makefile | |
parent | Create a symlink libstdc++-libc6.1-1.so.2 -> libstdc++-libc6.2-2.so.3 (diff) |
Update to 2.1.4.
PR: 50808
Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
Diffstat (limited to '')
-rw-r--r-- | print/ft2demos/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ft2demos/files/patch-Makefile b/print/ft2demos/files/patch-Makefile new file mode 100644 index 000000000000..df3b16c49386 --- /dev/null +++ b/print/ft2demos/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Fri Jun 14 17:53:27 2002 ++++ Makefile Fri Apr 11 14:54:29 2003 +@@ -94,7 +94,7 @@ + + COMPILE = $(CC) $(CFLAGS) $(INCLUDES:%=$I%) + +- FTLIB := $(LIB_DIR)$(SEP)$(LIBRARY).$A ++ FTLIB := $(LOCALBASE)/lib$(SEP)$(LIBRARY).so + + # "-lm" is required to compile on some Unix systems + # |