Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 1999 11:34:23 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/13828: Update port: x11-wm/afterstep-devel
Message-ID:  <19990919183423.4CE71151D0@hub.freebsd.org>

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

>Number:         13828
>Category:       ports
>Synopsis:       Update port: x11-wm/afterstep-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 19 11:40:06 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.3-RELEASE i386
>Organization:
>Environment:
>Description:
* Modified Makefile to respect ${PREFIX} collectly

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/x11-wm/afterstep-devel/Makefile x11-wm/afterstep-devel/Make
file
--- /usr/ports/x11-wm/afterstep-devel/Makefile	Thu Sep  9 19:17:40 1999
+++ x11-wm/afterstep-devel/Makefile	Fri Sep 17 23:48:38 1999
@@ -26,6 +26,10 @@
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-png-includes="${LOCALBASE}/include" \
+		--with-png-libs="${LOCALBASE}/lib" \
+		--with-jpeg-includes="${LOCALBASE}/include" \
+		--with-jpeg-libs="${LOCALBASE}/lib"

 .if defined(USE_I18N)
 CONFIGURE_ENV+=		X_EXTRA_LIBS="-lxpg4"


>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?19990919183423.4CE71151D0>