diff options
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 + # |