ports/75984: [PATCH] devel/ocaml-sdl: Unbreak configure

Ulrich Spoerlein q at uni.de
Sun Jan 9 10:10:07 UTC 2005


>Number:         75984
>Category:       ports
>Synopsis:       [PATCH] devel/ocaml-sdl: Unbreak configure
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 09 10:10:06 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
>Description:
The SDL_LIBS was missing, which included the critical -pthread switch.

Added file(s):
- files/patch-configure.in

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- ocaml-sdl-0.7.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/ocaml-sdl/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	18 Dec 2004 23:02:23 -0000	1.5
+++ Makefile	9 Jan 2005 09:59:18 -0000
@@ -17,16 +17,12 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An OCaml interface to the SDL
 
-BROKEN=		Configure fails
-EXPIRATION_DATE=2005-02-18
-DEPRECATED=	${BROKEN}
-
 BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
 		ocamlfind:${PORTSDIR}/devel/ocaml-findlib \
 		lablgl:${PORTSDIR}/graphics/ocaml-lablgl
 
 USE_SDL=	sdl ttf image mixer
-GNU_CONFIGURE=	yes
+USE_AUTOCONF_VER=259
 CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib"
 CONFIGURE_ARGS=	--with-findlib
 USE_GMAKE=	yes
Index: files/patch-configure.in
===================================================================
RCS file: files/patch-configure.in
diff -N files/patch-configure.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-configure.in	9 Jan 2005 09:59:18 -0000
@@ -0,0 +1,10 @@
+--- configure.in.orig	Sun Jan  9 10:44:49 2005
++++ configure.in	Sun Jan  9 10:49:16 2005
+@@ -52,6 +52,7 @@
+ )
+ 
+ CPPFLAGS="$CPPFLAGS $SDL_CFLAGS"
++LIBS="$LIBS $SDL_LIBS"
+ 
+ # cmdline options 
+ AC_ARG_ENABLE(sdl_ttf,
--- ocaml-sdl-0.7.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list