Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2001 17:25:34 -0400 (EDT)
From:      Patrick Li <pat@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30852: Fix astro/kstars
Message-ID:  <200109262125.f8QLPYD37597@cc92687-a.wlgrv1.pa.home.com>

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

>Number:         30852
>Category:       ports
>Synopsis:       Fix astro/kstars
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 26 14:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Sep 21 14:27:29 EDT 2001 root@:/usr/src/sys/compile/BOTTLENEK i386
>Description:
oops my bad
>How-To-Repeat:
N/A
>Fix:
diff -ruN /usr/ports/astro/kstars/Makefile kstars/Makefile
--- /usr/ports/astro/kstars/Makefile	Tue Sep 25 17:02:04 2001
+++ kstars/Makefile	Wed Sep 26 16:54:07 2001
@@ -15,6 +15,11 @@
 
 GNU_CONFIGURE=	yes
 USE_KDELIBS_VER=	2
-USE_X_PREFIX=	yes 
+USE_X_PREFIX=	yes
+CONFIGURE_ENV=	KDEDIR="${LOCALBASE}"
+
+pre-patch:
+	@${PERL} -pi.orig -e 's|-ljpeg6b|-ljpeg|; \
+		s|-O2||' ${WRKSRC}/${CONFIGURE_SCRIPT}
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109262125.f8QLPYD37597>