summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-08 15:52:07 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-08 15:52:07 +0000
commit19950f55fa9f99094ca8fd72e1f6424e1975bdb5 (patch)
treefff2fc9ac4e1a7a562d88659814495e2a9218a36 /devel
parentupgrade to 1.3.4 (diff)
Unbreak devel e4graph
PR: 44108 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=69729
Diffstat (limited to 'devel')
-rw-r--r--devel/e4graph/Makefile14
-rw-r--r--devel/e4graph/files/patch-makefile.include.in11
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:
+