From 5751eb17295073e66581150da3e7df31db726561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Mon, 7 Mar 2011 23:54:30 +0100 Subject: [PATCH] gnuplot-gfx: libtool and other fixes to make it compile again --- gnuplot-gfx/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gnuplot-gfx/Makefile b/gnuplot-gfx/Makefile index e841d7e..12ade57 100644 --- a/gnuplot-gfx/Makefile +++ b/gnuplot-gfx/Makefile @@ -1,7 +1,7 @@ # # Gnuplot package for OpenWrt. # -# Adapted to support LibGGI video output by +# Adapted to support LibGGI/SVGAlib video output by # David Kuehling # # License GPLv2 or later. NO WARRANTY. @@ -29,15 +29,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnuplot-gfx PKG_ORIG_NAME=gnuplot PKG_VERSION:=4.4.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_ORIG_NAME)-$(PKG_VERSION) HOST_BUILD_DIR = $(BUILD_DIR_HOST)/$(PKG_ORIG_NAME)-$(PKG_VERSION) +PKG_FIXUP:=libtool + +PKG_INSTALL=1 PKG_SOURCE:=$(PKG_ORIG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/gnuplot PKG_MD5SUM:=a4f0dd89f9b9334890464f687ddd9f50 -PKG_INSTALL=1 -PKG_BUILD_DEPENDS:= gnuplot-gfx/host libtool/host +PKG_BUILD_DEPENDS:= gnuplot-gfx/host include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk @@ -149,8 +151,8 @@ TARGET_CPPFLAGS += -DDEFAULTTERM=\\\"linux\\\" TARGET_LDFLAGS+= \ -Wl,-rpath-link=$(STAGING_DIR)/usr/lib -# todo: remove that when stable -MAKE_FLAGS += -j2 +# todo: remove -j when stable +MAKE_FLAGS += -j2 config m4 term src docs share # cannot disable mouse for ggi: compilation fails. (todo: fix) # --disable-mouse