Bug 13828 - Update port: x11-wm/afterstep-devel
Summary: Update port: x11-wm/afterstep-devel
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-19 19:40 UTC by tkato
Modified: 1999-09-21 06:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!