Bug 177175 - [MAINTAINER] japanese/libskk: build fails with CC=clang or on 10-current
Summary: [MAINTAINER] japanese/libskk: build fails with CC=clang or on 10-current
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-21 06:00 UTC by hiroto.kagotani
Modified: 2013-05-21 09:20 UTC (History)
0 users

See Also:


Attachments
ja-libskk-1.0.0_1.patch (894 bytes, patch)
2013-03-21 06:00 UTC, hiroto.kagotani
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hiroto.kagotani 2013-03-21 06:00:00 UTC
Use GCC as the compiler since clang does not compile.
Trim Makefile header.
Remove unnecessary post-patch since Vala port is up-to-date enough now.

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-21 06:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-21 09:12:22 UTC
Author: miwi
Date: Tue May 21 08:12:14 2013
New Revision: 318656
URL: http://svnweb.freebsd.org/changeset/ports/318656

Log:
  - Unbreak build on HEAD
  
  PR:		177175
  Submitted by:	maintainer

Modified:
  head/japanese/libskk/Makefile

Modified: head/japanese/libskk/Makefile
==============================================================================
--- head/japanese/libskk/Makefile	Tue May 21 08:08:28 2013	(r318655)
+++ head/japanese/libskk/Makefile	Tue May 21 08:12:14 2013	(r318656)
@@ -16,6 +16,7 @@ LIB_DEPENDS=	gee:${PORTSDIR}/devel/libge
 
 USE_LDCONFIG=	yes
 USE_GMAKE=	yes
+USE_GCC=	any
 USE_GNOME=	intltool gnomehack
 USES=		pkgconfig
 GNU_CONFIGURE=	yes
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-05-21 09:13:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!