mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Unbreak devel e4graph
PR: 44108 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
968972542b
commit
19950f55fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69729
2 changed files with 18 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
11
devel/e4graph/files/patch-makefile.include.in
Normal file
11
devel/e4graph/files/patch-makefile.include.in
Normal file
|
@ -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:
|
||||
|
Loading…
Add table
Reference in a new issue