mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
Add DragonFly and NetBSD-specific patches to better maintain. PR: 279273 Approved by: submitter is maintainer
17 lines
293 B
Text
17 lines
293 B
Text
--- Makefile.am.orig 2024-05-20 12:29:43 UTC
|
|
+++ Makefile.am
|
|
@@ -39,6 +39,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=
|