You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
316 B
14 lines
316 B
This fixes build with sys-devel/slibtool
|
|
|
|
--- a/lib/Makefile.am
|
|
+++ b/lib/Makefile.am
|
|
@@ -178,7 +178,7 @@ libdia_la_SOURCES = \
|
|
# render.h \
|
|
# render.c
|
|
|
|
-libdia_la_LDFLAGS = -avoid-version --export-dynamic
|
|
+libdia_la_LDFLAGS = -avoid-version -export-dynamic
|
|
libdia_la_LIBADD = $(GTK_LIBS)
|
|
|
|
AM_CPPFLAGS = \
|