summaryrefslogtreecommitdiff
path: root/games/pinedit/files/patch-configure
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
commit66fee909266a1dedf3dfc1f03bb0841380d78805 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /games/pinedit/files/patch-configure
parentRemove support for Qt3/kde in preparation for full Qt3/kde3 removal (diff)
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
Notes
Notes: svn path=/head/; revision=323748
Diffstat (limited to 'games/pinedit/files/patch-configure')
-rw-r--r--games/pinedit/files/patch-configure33
1 files changed, 0 insertions, 33 deletions
diff --git a/games/pinedit/files/patch-configure b/games/pinedit/files/patch-configure
deleted file mode 100644
index 1ea5a3fb579b..000000000000
--- a/games/pinedit/files/patch-configure
+++ /dev/null
@@ -1,33 +0,0 @@
---- configure.orig 2003-12-10 03:57:52.000000000 -0800
-+++ configure 2011-04-02 03:34:59.000000000 -0700
-@@ -10710,7 +10710,7 @@
- else
- QT_IS_STATIC="yes"
- fi
-- if test x$QT_IS_STATIC = xno ; then
-+ if test "x$QT_IS_STATIC" = "xno" ; then
- QT_IS_DYNAMIC=`ls $QTDIR/lib/*.so 2> /dev/null`
- if test "x$QT_IS_DYNAMIC" = x; then
- { { echo "$as_me:$LINENO: error: *** Couldn't find any Qt libraries" >&5
-@@ -10758,10 +10758,10 @@
- fi
- ;;
-
-- *linux*)
-+ *freebsd*)
- QT_LIBS="$QT_LIB"
- if test $QT_IS_STATIC = yes && test $QT_IS_EMBEDDED = no; then
-- QT_LIBS="$QT_LIBS -L$x_libraries -lXext -lX11 -lm -lSM -lICE -ldl -ljpeg"
-+ QT_LIBS="$QT_LIBS -lXext -lX11 -lm -lSM -lICE -ljpeg"
- fi
- ;;
-
-@@ -10814,7 +10814,7 @@
-
- if test x$QT_IS_STATIC = xyes ; then
- OLDLIBS="$LIBS"
-- LIBS="$QT_LDADD"
-+ LIBS="$LIBS $QT_LDADD"
- echo "$as_me:$LINENO: checking for XftFontOpen in -lXft" >&5
- echo $ECHO_N "checking for XftFontOpen in -lXft... $ECHO_C" >&6
- if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then