Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Apr 2008 13:16:48 +0200
From:      Ralf van der Enden <tremere@cainites.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/122463: [patch] math/miracl: Fix my stupidity
Message-ID:  <E1Ji6O8-0007z5-IF@cainites.net>
Resent-Message-ID: <200804051130.m35BU1vg074422@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122463
>Category:       ports
>Synopsis:       [patch] math/miracl: Fix my stupidity
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 05 11:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ralf van der Enden
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lan.cainites.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Tue Feb 26 20:44:42 CET 2008 root@lan.cainites.net:/usr/obj/usr/src/sys/HELLKERNEL i386


	
>Description:
By mistake copy/pasted one line too few. Fixed that in the attached patch.
	
>How-To-Repeat:
	
>Fix:

	

--- miracl.diff begins here ---
diff -ruN miracl.org/Makefile miracl/Makefile
--- miracl.org/Makefile	2008-04-05 13:13:08.000000000 +0200
+++ miracl/Makefile	2008-04-05 13:13:17.000000000 +0200
@@ -44,6 +44,7 @@
 		-e 's|gcc|${CC}|' \
 		-e 's|g\+\+|${CXX}|' \
 		-e 's|-O2|${CFLAGS}|' \
+		${WRKSRC}/${BUILDCMD}
 .else
 	@${REINPLACE_CMD} -E \
 		-e 's|gcc|${CC}|' \
--- miracl.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Ji6O8-0007z5-IF>