$OpenBSD: patch-GWMetadata_gmds_mdfind_GNUmakefile_preamble,v 1.1 2021/10/19 19:43:37 sebastia Exp $

We also have to link against gnustep-gui here

Index: GWMetadata/gmds/mdfind/GNUmakefile.preamble
--- GWMetadata/gmds/mdfind/GNUmakefile.preamble.orig
+++ GWMetadata/gmds/mdfind/GNUmakefile.preamble
@@ -12,7 +12,7 @@ ADDITIONAL_CFLAGS += -Wall 
 ADDITIONAL_INCLUDE_DIRS += -I../../MDKit
 
 # Additional LDFLAGS to pass to the linker
-ADDITIONAL_LDFLAGS +=  
+ADDITIONAL_LDFLAGS +=  -lgnustep-gui
 
 # Additional library directories the linker should search
 ADDITIONAL_LIB_DIRS += -L../../MDKit/MDKit.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR)
