Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2004 15:21:05 +0100 (CET)
From:      Markus Brueffer <brueffer@phoenix-systems.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61529: [maintainer] misc/katalog: respect CFLAGS and PTHREAD_LIBS
Message-ID:  <20040118142105.B452D221@maquis.hitnet.rwth-aachen.de>
Resent-Message-ID: <200401181440.i0IEe9Ke091330@freefall.freebsd.org>

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

>Number:         61529
>Category:       ports
>Synopsis:       [maintainer] misc/katalog: respect CFLAGS and PTHREAD_LIBS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 18 06:40:09 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Markus Brueffer
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cheops.phoenix 5.2-CURRENT FreeBSD 5.2-CURRENT #16: Mon Dec 22 00:35:14 CET 2003 root@cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386

>Description:
	misc/katalog: respect CFLAGS and PTHREAD_LIBS

>How-To-Repeat:
>Fix:

--- katalog.diff begins here ---
diff -ruN katalog.orig/Makefile katalog/Makefile
--- katalog.orig/Makefile	Sun Jan 18 15:04:22 2004
+++ katalog/Makefile	Sun Jan 18 15:05:09 2004
@@ -15,7 +15,11 @@
 
 USE_KDELIBS_VER=3
 GNU_CONFIGURE=	yes
+USE_REINPLACE=	yes
 
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+post-patch:
+	@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>
--- katalog.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?20040118142105.B452D221>