Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2013 07:03:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323700 - head/graphics/reallyslick
Message-ID:  <201307260703.r6Q73PPF022173@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jul 26 07:03:25 2013
New Revision: 323700
URL: http://svnweb.freebsd.org/changeset/ports/323700

Log:
  Fix build with linker that does not copy the dt_need from libraries it links
  with like recent binutils. [1]
  Trim header
  Convert to USES=gmake
  
  Obtained from:	DPorts [1]

Modified:
  head/graphics/reallyslick/Makefile

Modified: head/graphics/reallyslick/Makefile
==============================================================================
--- head/graphics/reallyslick/Makefile	Fri Jul 26 07:00:10 2013	(r323699)
+++ head/graphics/reallyslick/Makefile	Fri Jul 26 07:03:25 2013	(r323700)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	reallyslick
-# Date created:				24 Nov 2002
-# Whom:					David Yeske <dyeske@gmail.com>
-#
+# Created by: David Yeske <dyeske@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	reallyslick
 PORTVERSION=	0.9.1
@@ -24,8 +20,7 @@ GLEW_DESC=	Enable GLEW support
 
 USE_BZIP2=	yes
 USE_GL=		glut
-USES=	pathfix
-USE_GMAKE=	yes
+USES=	pathfix gmake
 GNU_CONFIGURE=	yes
 
 MAN1=		biof.1 busyspheres.1 colorfire.1 cyclone.1 drempels.1 \
@@ -35,7 +30,7 @@ MAN1=		biof.1 busyspheres.1 colorfire.1 
 		solarwinds.1 spirographx.1 sundancer2.1
 
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib -lXext
 
 .include <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307260703.r6Q73PPF022173>