summaryrefslogtreecommitdiff
path: root/editors/abiword/patches/patch-plugins_command_Makefile.am
blob: edf245904af576e4a4e69e86e480f25f37a82ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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