aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-06-10 01:20:49 +0800
committeroliver <oliver@FreeBSD.org>2005-06-10 01:20:49 +0800
commit84ca9e78440de6f5db4c4cfb63ca6028639f915a (patch)
tree3db4acd7968c5c23ab44e715fe573fb155f5f2d7 /science
parent4c5a00f9f75708d42f6897ed49849648d210cb26 (diff)
downloadfreebsd-ports-gnome-84ca9e78440de6f5db4c4cfb63ca6028639f915a.tar.gz
freebsd-ports-gnome-84ca9e78440de6f5db4c4cfb63ca6028639f915a.tar.zst
freebsd-ports-gnome-84ca9e78440de6f5db4c4cfb63ca6028639f915a.zip
fix build on 4
remove broken for 6 PR: 81964 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'science')
-rw-r--r--science/xloops-ginac/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile
index bd7e52df4bb7..4170272bf8cc 100644
--- a/science/xloops-ginac/Makefile
+++ b/science/xloops-ginac/Makefile
@@ -18,21 +18,15 @@ COMMENT= A program calculating Feynman diagrams
LIB_DEPENDS= ginac-1.3.1:${PORTSDIR}/math/GiNaC
USE_GCC= 3.4
-USE_GNOME= gnometarget lthack
USE_GMAKE= yes
-USE_LIBTOOL_VER=15
+USE_GNOME= gnometarget
+GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
-CFLAGS+= -O0
+CFLAGS+= -fpermissive
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 600006
-BROKEN= "Does not compile on FreeBSD >= 6.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>