mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
429 B
Plaintext
14 lines
429 B
Plaintext
$NetBSD: patch-aa,v 1.6 2010/04/13 06:53:20 obache Exp $
|
|
|
|
--- src/Makefile.am.orig 2009-08-13 08:13:53.000000000 +0000
|
|
+++ src/Makefile.am
|
|
@@ -130,7 +130,7 @@ libpstoedit_la_SOURCES = \
|
|
genericints.h \
|
|
version.h
|
|
|
|
-libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl -lm
|
|
+libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -lm
|
|
libpstoedit_la_LDFLAGS = -no-undefined
|
|
|
|
pstoedit_SOURCES = cmdmain.cpp
|