$NetBSD$

We have dl* functions in libc, no need for -ldl.

--- gui-wx/makefile-gtk.orig	2020-10-28 08:05:22.000000000 +0000
+++ gui-wx/makefile-gtk
@@ -41,7 +41,7 @@ GUIFILES = makefile-gtk makefile-mac mak
     golly.rc Info.plist.in wx*.h wx*.cpp bitmaps icons
 LUAFILES = $(LUADIR)/*.h $(LUADIR)/*.c $(LUADIR)/*.hpp $(LUADIR)/Makefile $(LUADIR)/ReadMe.html
 
-LUALIB = $(LUADIR)/liblua.a -ldl
+LUALIB = $(LUADIR)/liblua.a
 
 CXXC = g++
 CXXFLAGS := -DVERSION=$(APP_VERSION) -DGOLLYDIR="$(GOLLYDIR)" \
