openbsd-ports/x11/gnustep/make/patches/patch-Instance_bundle_make
2009-10-06 19:21:28 +00:00

13 lines
346 B
Plaintext

$OpenBSD: patch-Instance_bundle_make,v 1.5 2009/10/06 19:21:28 ajacoutot Exp $
--- Instance/bundle.make.orig Thu Mar 19 17:59:53 2009
+++ Instance/bundle.make Tue Oct 6 20:36:23 2009
@@ -89,6 +89,8 @@ endif
ifeq ($(BUILD_DLL),yes)
BUNDLE_OBJ_EXT = $(DLL_LIBEXT)
+else
+BUNDLE_OBJ_EXT = $(SHARED_LIBEXT)
endif
endif # OBJ_FILES_TO_LINK