Re-apply revision 1.51: switch ocaml to use the static libbfd.a

from devel/gdb port now that gdb has been fixed.

OK espie@
This commit is contained in:
dcoppa 2011-10-31 09:59:05 +00:00
parent 4deea7281c
commit 255304fa80

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.52 2011/09/27 21:39:35 sthen Exp $
# $OpenBSD: Makefile,v 1.53 2011/10/31 09:59:05 dcoppa Exp $
# XXX Don't even think of updating ocaml alone.
# Do check that the ports that depend on it still work, or repair them.
@ -9,7 +9,7 @@ COMMENT= ML language based on complete class-based objective system
BASENAME= ocaml-3.12
DISTNAME= ${BASENAME}.0
REVISION= 3
REVISION= 4
CATEGORIES= lang
MASTER_SITES= http://caml.inria.fr/pub/distrib/${BASENAME}/
DOCFILES= ${BASENAME}-refman.html.tar.gz
@ -42,7 +42,7 @@ FAKE_FLAGS= PREFIX=${WRKINST}${PREFIX}
USE_GMAKE= Yes
BUILD_DEPENDS +=${MODTK_BUILD_DEPENDS} \
devel/libbfd
devel/gdb
RUN_DEPENDS += ${MODTK_RUN_DEPENDS}
LIB_DEPENDS += ${MODTK_LIB_DEPENDS}
WANTLIB += ${MODTK_WANTLIB}