From ea22890df414aef646274717f93df41925529bf9 Mon Sep 17 00:00:00 2001 From: arved Date: Fri, 8 Nov 2002 15:52:07 +0000 Subject: Unbreak devel e4graph PR: 44108 Submitted by: KATO Tsuguru --- devel/e4graph/Makefile | 14 +++++++------- devel/e4graph/files/patch-makefile.include.in | 11 +++++++++++ 2 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 devel/e4graph/files/patch-makefile.include.in (limited to 'devel') diff --git a/devel/e4graph/Makefile b/devel/e4graph/Makefile index d4617391ded3..63b118ffc36c 100644 --- a/devel/e4graph/Makefile +++ b/devel/e4graph/Makefile @@ -15,17 +15,17 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -BROKEN= "Does not compile" - -BUILD_DEPENDS= ${LOCALBASE}/lib/libmk4.a:${PORTSDIR}/databases/metakit +BUILD_DEPENDS= ${LOCALBASE}/lib/libmk4.so:${PORTSDIR}/databases/metakit LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 \ expat.4:${PORTSDIR}/textproc/expat2 -USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/all -CONFIGURE_ARGS= --with-metakit=${PREFIX} \ - --with-tcl=${PREFIX} --enable-tcl \ - --with-expat=${PREFIX} --enable-xml + +USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-metakit=${LOCALBASE} \ + --with-tcl=${LOCALBASE} --enable-tcl \ + --with-expat=${LOCALBASE} --enable-xml +CFLAGS+= -fpermissive MAKEFILE= makefile INSTALLS_SHLIB= yes diff --git a/devel/e4graph/files/patch-makefile.include.in b/devel/e4graph/files/patch-makefile.include.in new file mode 100644 index 000000000000..670af63168dd --- /dev/null +++ b/devel/e4graph/files/patch-makefile.include.in @@ -0,0 +1,11 @@ +--- makefile.include.in.orig Wed May 8 01:04:10 2002 ++++ makefile.include.in Fri Oct 11 04:07:02 2002 +@@ -22,7 +22,7 @@ + + # Compile flags: + +-CXXFLAGS = -g -O4 -DPIC -fPIC -Dq4_INLINE ++CXXFLAGS = @CXXFLAGS@ -DPIC -fPIC -Dq4_INLINE + + # Programs used during make: + -- cgit