mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
242b394646
- Upstream have fixed some of the FreeBSD problems but not all, hence some of our patches are no longer required Submitted by: portscout@
12 lines
670 B
Plaintext
12 lines
670 B
Plaintext
--- src/xcwcp/Makefile.in.orig 2013-12-30 10:51:06.000000000 -0500
|
|
+++ src/xcwcp/Makefile.in 2013-12-30 10:51:22.000000000 -0500
|
|
@@ -380,7 +380,7 @@
|
|
# target-specific preprocessor flags (#defs and include dirs)
|
|
xcwcp_CPPFLAGS = $(AM_CPPFLAGS) $(AC_QT4CFLAGS) #-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
|