Bug 13828

Summary: Update port: x11-wm/afterstep-devel
Product: Ports & Packages Reporter: tkato <tkato>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description tkato 1999-09-19 19:40:06 UTC
* Modified Makefile to respect ${PREFIX} collectly

Fix: 

.if defined(USE_I18N)
 CONFIGURE_ENV+=		X_EXTRA_LIBS="-lxpg4"--lLctEKeGZh7Eu0DX5z69kQrdu9Gmbyy2qfk6nCyo5NknFzzR
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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"
Comment 1 cpiazza freebsd_committer freebsd_triage 1999-09-21 06:37:28 UTC
State Changed
From-To: open->closed

Committed, thanks!