summaryrefslogtreecommitdiff
path: root/games-mud/powwow/files/powwow-1.2.16-underlinking.patch
blob: d6c5cceba1fd2fe2fedaaeac2f72aea3d28b88ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Julian Ospald <hasufell@gentoo.org>
Date: Mon Feb 18 02:25:38 UTC 2013
Subject: fix underlinking

https://bugs.gentoo.org/show_bug.cgi?id=454928

--- powwow-1.2.16/Makefile.am
+++ powwow-1.2.16/Makefile.am
@@ -5,7 +5,7 @@
 powwow_SOURCES = beam.c cmd.c log.c edit.c cmd2.c eval.c \
 		 utils.c main.c tcp.c list.c map.c tty.c \
 		 ptr.c
-powwow_LDFLAGS = @dl_ldflags@
+powwow_LDADD = @dl_ldflags@
 powwowdir = $(pkgincludedir)
 powwow_HEADERS = beam.h cmd.h log.h edit.h cmd2.h eval.h \
 		 utils.h main.h tcp.h list.h map.h tty.h \