mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
14 lines
347 B
Plaintext
14 lines
347 B
Plaintext
$NetBSD: patch-plugins_command_Makefile.am,v 1.3 2016/02/12 23:42:15 jperkin Exp $
|
|
|
|
Use CXX for linking.
|
|
|
|
--- plugins/command/Makefile.am.orig 2011-11-15 21:25:46.000000000 +0000
|
|
+++ plugins/command/Makefile.am
|
|
@@ -16,5 +16,6 @@ command_la_LDFLAGS = \
|
|
-no-undefined
|
|
|
|
command_la_SOURCES =
|
|
+nodist_EXTRA_command_la_SOURCES = dummy.cpp
|
|
|
|
endif
|