diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /x11-wm/ion3/files/patch-system.mk | |
parent | Unbreak: make it fetchable again (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'x11-wm/ion3/files/patch-system.mk')
-rw-r--r-- | x11-wm/ion3/files/patch-system.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/ion3/files/patch-system.mk b/x11-wm/ion3/files/patch-system.mk index a3770bb2bf14..37e33a105ee9 100644 --- a/x11-wm/ion3/files/patch-system.mk +++ b/x11-wm/ion3/files/patch-system.mk @@ -23,7 +23,7 @@ # OSes only have an _ancient_ 1.3.x libtool that _will_ _not_ _work even # though a lot of libltdl-using apps require 1.4.3. -LIBTOOL=libtool -+LIBTOOL=$(LOCALBASE)/bin/libtool15 --tag=CC ++LIBTOOL=$(LOCALBASE)/bin/libtool --tag=CC # Settings for compiling and linking to ltdl -LTDL_INCLUDES= |