Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 21:28:26 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342861 - head/graphics/gkrellkam2/files
Message-ID:  <201402052128.s15LSQh4052290@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Feb  5 21:28:26 2014
New Revision: 342861
URL: http://svnweb.freebsd.org/changeset/ports/342861
QAT: https://qat.redports.org/buildarchive/r342861/

Log:
  graphics/gkrellkam2: Fix for new linkers (-Wl must have an argument)

Added:
  head/graphics/gkrellkam2/files/patch-Makefile   (contents, props changed)

Added: head/graphics/gkrellkam2/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gkrellkam2/files/patch-Makefile	Wed Feb  5 21:28:26 2014	(r342861)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2002-10-23 16:36:20.000000000 +0000
++++ Makefile
+@@ -15,7 +15,7 @@ GKRELLM_HDRS = /usr/include
+ CC := gcc
+ GTKFLAGS := $(shell pkg-config gtk+-2.0 --cflags)
+ CFLAGS := $(CFLAGS) -fPIC -Wall $(GTKFLAGS) -I$(GKRELLM_HDRS)
+-LDFLAGS := -shared -Wl
++LDFLAGS := -shared
+ INST_DIR := $(DESTDIR)/usr/lib/gkrellm2/plugins
+ USER_INST_DIR := $(DESTDIR)$(HOME)/.gkrellm2/plugins
+ MANPAGES := gkrellkam-list.5



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