7a5f3efd4b
- add missing xenocara LIBS - regen patches while here "go for it" naddy@
13 lines
676 B
Plaintext
13 lines
676 B
Plaintext
$OpenBSD: patch-modules_gui_wxwidgets_Makefile_in,v 1.2 2007/04/08 17:34:20 ajacoutot Exp $
|
|
--- modules/gui/wxwidgets/Makefile.in.orig Sat Dec 9 02:34:35 2006
|
|
+++ modules/gui/wxwidgets/Makefile.in Sun Apr 8 10:45:42 2007
|
|
@@ -710,7 +710,7 @@ LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS
|
|
$(AM_CXXFLAGS) $(CXXFLAGS)
|
|
CXXLD = $(CXX)
|
|
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
|
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
+ $(AM_LDFLAGS) $(LDFLAGS) -lstdc++ -o $@
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
|