diff -urN /usr/ports/devel/e4graph/Makefile devel/e4graph/Makefile --- /usr/ports/devel/e4graph/Makefile Mon Oct 7 20:19:57 2002 +++ devel/e4graph/Makefile Tue Oct 15 01:33:54 2002 @@ -15,17 +15,18 @@ 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 +BUILD_DEPENDS= ${LOCALBASE}/lib/libmk4.so:${PORTSDIR}/databases/metakit -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 -urN /usr/ports/devel/e4graph/files/patch-makefile.include.in devel/e4graph/files/patch-makefile.include.in --- /usr/ports/devel/e4graph/files/patch-makefile.include.in Thu Jan 1 09:00:00 1970 +++ devel/e4graph/files/patch-makefile.include.in Fri Oct 11 04:07:26 2002 @@ -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: +