mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b8ffd7f0f2
commit to bump libtool to version 1.3 breaks the build of this port. Submitted by: Jeremy Lea <reg.shale.csir.co.za>
16 lines
353 B
Plaintext
16 lines
353 B
Plaintext
--- tools/Imakefile.in.orig Tue Oct 27 17:02:45 1998
|
|
+++ tools/Imakefile.in Wed Dec 16 23:41:05 1998
|
|
@@ -19,7 +19,11 @@
|
|
* copies.
|
|
*/
|
|
|
|
- LIBTOOL = ../libtool
|
|
+ PREFIX ?= /usr/local
|
|
+ FREETYPELIBDIR ?= ${PREFIX}/lib
|
|
+ FREETYPEINCDIR ?= ${PREFIX}/include
|
|
+
|
|
+ LIBTOOL = ../libtool
|
|
VFLIB_INCDIR = ../src
|
|
VFLIB_LIBDIR = ../src
|
|
|