svn commit: r342840 - head/misc/gkrellm-helium/files

John Marino marino at FreeBSD.org
Wed Feb 5 20:22:46 UTC 2014


Author: marino
Date: Wed Feb  5 20:22:45 2014
New Revision: 342840
URL: http://svnweb.freebsd.org/changeset/ports/342840
QAT: https://qat.redports.org/buildarchive/r342840/

Log:
  misc/gkrellm-helium: Fix for new linkers (-Wl must have an argument)

Added:
  head/misc/gkrellm-helium/files/
  head/misc/gkrellm-helium/files/patch-Makefile   (contents, props changed)

Added: head/misc/gkrellm-helium/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/gkrellm-helium/files/patch-Makefile	Wed Feb  5 20:22:45 2014	(r342840)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2013-09-18 16:01:03.680740000 +0000
++++ Makefile
+@@ -10,7 +10,7 @@ helium.o: helium.c
+ 	gcc $(CFLAGS) -fPIC -Wall `pkg-config gtk+-2.0 --cflags` -DVERSION=\"$(VERSION)\" -c helium.c
+ 
+ helium.so: helium.o udp_net.o http_net.o
+-	gcc $(CFLAGS) -shared -Wl -lcurl `pkg-config gtk+-2.0 --libs` -o helium.so helium.o udp_net.o http_net.o
++	gcc $(CFLAGS) -shared -lcurl `pkg-config gtk+-2.0 --libs` -o helium.so helium.o udp_net.o http_net.o
+ 
+ udp_net.o: udp_net.c
+ 	gcc $(CFLAGS) -c udp_net.c


More information about the svn-ports-head mailing list