svn commit: r342861 - head/graphics/gkrellkam2/files

John Marino marino at FreeBSD.org
Wed Feb 5 21:28:27 UTC 2014


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


More information about the svn-ports-all mailing list