Add DragonFly and NetBSD-specific patches to better maintain. PR: 279273 Approved by: submitter is maintainer
18 lines
301 B
Plaintext
18 lines
301 B
Plaintext
--- sdk/Makefile.am.orig 2024-05-17 14:19:43 UTC
|
|
+++ sdk/Makefile.am
|
|
@@ -46,6 +46,14 @@ endif
|
|
AM_LIBTOOLFLAGS="--tag=CXX"
|
|
endif
|
|
|
|
+if DRAGONFLY
|
|
+AM_LIBTOOLFLAGS="--tag=CXX"
|
|
+endif
|
|
+
|
|
+if NETBSD
|
|
+AM_LIBTOOLFLAGS="--tag=CXX"
|
|
+endif
|
|
+
|
|
VERSION_INFO=$(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
|
|
CLEANFILES=
|