diff options
Diffstat (limited to 'x11-wm/ion-2/files/patch-system.mk')
-rw-r--r-- | x11-wm/ion-2/files/patch-system.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/ion-2/files/patch-system.mk b/x11-wm/ion-2/files/patch-system.mk index a3770bb2bf14..37e33a105ee9 100644 --- a/x11-wm/ion-2/files/patch-system.mk +++ b/x11-wm/ion-2/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= |