From f4f040963dd13d8d3ff8480b8c68140affa48e6a Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Sat, 28 Dec 2013 22:18:48 +0000 Subject: - Use distribution from sourceforge which updates us to 3.2.0 - This unbreaks unixcw on QT4 - Use stage - Add LICENSE --- comms/unixcw/files/patch-src_xcwcp_Makefile.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 comms/unixcw/files/patch-src_xcwcp_Makefile.in (limited to 'comms/unixcw/files/patch-src_xcwcp_Makefile.in') diff --git a/comms/unixcw/files/patch-src_xcwcp_Makefile.in b/comms/unixcw/files/patch-src_xcwcp_Makefile.in new file mode 100644 index 000000000000..4d2093889e8b --- /dev/null +++ b/comms/unixcw/files/patch-src_xcwcp_Makefile.in @@ -0,0 +1,14 @@ +--- src/xcwcp/Makefile.in.orig 2013-12-28 13:25:22.498024595 -0500 ++++ src/xcwcp/Makefile.in 2013-12-28 13:54:24.916904378 -0500 +@@ -297,9 +297,9 @@ + + + # target-specific preprocessor flags (#defs and include dirs) +-xcwcp_CPPFLAGS = $(AM_CPPFLAGS) -I$(AC_QT4INC) #-I$(AC_QT4INC)/QtCore -I$(AC_QT4INC)/QtGui ++xcwcp_CPPFLAGS = $(AM_CPPFLAGS) $(AC_QT4INC) #-I$(AC_QT4INC)/QtCore -I$(AC_QT4INC)/QtGui + # target-specific linker flags (objects to link) +-xcwcp_LDADD = -L$(top_builddir)/src/libcw/.libs -lcw -lQtGui -lQtCore $(top_builddir)/src/cwutils/lib_xcwcp.a ++xcwcp_LDADD = -L$(top_builddir)/src/libcw/.libs -L$(QT4LIBS) -lcw -lQtGui -lQtCore $(top_builddir)/src/cwutils/lib_xcwcp.a + + # copy man page to proper directory during installation + man_MANS = xcwcp.1 -- cgit v1.2.3