Bug 36615 - build fix for devel/libstroke
Summary: build fix for devel/libstroke
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: 2002-04-01 16:10 UTC by Jerry A!
Modified: 2002-04-02 04:23 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 Jerry A! 2002-04-01 16:10:01 UTC
Bento flagged this port as non-buildable.  Turns out it needs an
explicit X dependency.

Fix: Please Apply the following patch:



+USE_X_PREFIX=  yes
 USE_GMAKE= yes
 USE_LIBTOOL=   yes
-INSTALLS_SHLIB=    yes
+INSTALLS_SHLIB= yes

 .include <bsd.port.mk>--YAGyhqdPyvQMH0TVoGiCMxJUQxiuFnUthQD9kC7H9QXnsTnG
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig   Wed Feb  6 20:19:52 2002
+++ Makefile    Mon Apr  1 09:58:25 2002
@@ -7,13 +7,15 @@
 
 PORTNAME=  libstroke
 PORTVERSION=   0.5.1
+PORTREVISION=  1
 CATEGORIES=    devel
 MASTER_SITES=  http://www.etla.net/libstroke/
 
 MAINTAINER=    jerry@thehutt.org
How-To-Repeat: 
Attempt to build the port w/out having any X library headers or
libraries installed.
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-04-02 04:23:19 UTC
State Changed
From-To: open->closed

Committed, Thanks!