7ccc4d7c1c
Most of the bits from Brad, a minor runtime fix by me. Tested on amd64, i386, macppc OK dhill@, rpointel@, sthen@, jasper@
13 lines
607 B
Plaintext
13 lines
607 B
Plaintext
$OpenBSD: patch-modules_gui_qt4_Makefile_in,v 1.2 2011/11/16 13:33:15 phessler Exp $
|
|
--- modules/gui/qt4/Makefile.in.orig Thu Oct 6 20:04:47 2011
|
|
+++ modules/gui/qt4/Makefile.in Sun Nov 13 11:53:42 2011
|
|
@@ -1125,7 +1125,7 @@ libqt4_plugin_la_CFLAGS = $(AM_CFLAGS)
|
|
libqt4_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
|
|
libqt4_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
|
|
# Set LIBADD and DEPENDENCIES manually:
|
|
-libqt4_plugin_la_LIBADD = $(AM_LIBADD)
|
|
+libqt4_plugin_la_LIBADD = $(AM_LIBADD) -lstdc++
|
|
libqt4_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym
|
|
all: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|