diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-08 15:52:07 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-08 15:52:07 +0000 |
commit | 19950f55fa9f99094ca8fd72e1f6424e1975bdb5 (patch) | |
tree | fff2fc9ac4e1a7a562d88659814495e2a9218a36 /devel/e4graph | |
parent | 968972542bbf6971aa596433ecfbd01ad2885897 (diff) | |
download | ports-19950f55fa9f99094ca8fd72e1f6424e1975bdb5.tar.gz ports-19950f55fa9f99094ca8fd72e1f6424e1975bdb5.zip |
Notes
Diffstat (limited to 'devel/e4graph')
-rw-r--r-- | devel/e4graph/Makefile | 14 | ||||
-rw-r--r-- | devel/e4graph/files/patch-makefile.include.in | 11 |
2 files changed, 18 insertions, 7 deletions
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: + |