svn commit: r342825 - head/net-p2p/gkremldk/files

John Marino marino at FreeBSD.org
Wed Feb 5 19:45:26 UTC 2014


Author: marino
Date: Wed Feb  5 19:45:25 2014
New Revision: 342825
URL: http://svnweb.freebsd.org/changeset/ports/342825
QAT: https://qat.redports.org/buildarchive/r342825/

Log:
  net-p2p/gkremldk: Fix for new linkers (-Wl must have an argument)

Added:
  head/net-p2p/gkremldk/files/
  head/net-p2p/gkremldk/files/patch-Makefile.in   (contents, props changed)

Added: head/net-p2p/gkremldk/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/gkremldk/files/patch-Makefile.in	Wed Feb  5 19:45:25 2014	(r342825)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2006-06-22 12:48:05.000000000 +0000
++++ Makefile.in
+@@ -10,7 +10,7 @@ gkremldk.o: mldonkeytools.o  gkremldk.c
+ 	$(CC) -Wall -fPIC `pkg-config gtk+-2.0 --cflags` -c gkremldk.c
+ 
+ gkremldk.so: gkremldk.o
+-	$(CC) -Wall -shared -lpthread -Wl -o gkremldk.so gkremldk.o
++	$(CC) -Wall -shared -lpthread -o gkremldk.so gkremldk.o
+ 
+ clean:
+ 	- at rm -f *.so *.o core*


More information about the svn-ports-all mailing list