aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/kdepim44
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2002-01-08 09:24:11 +0800
committerwill <will@FreeBSD.org>2002-01-08 09:24:11 +0800
commit0097c2195f7b988f9837b0e715f7bba34ada6d98 (patch)
treeba58ba3c3b7f315396d6420638302c896e93bd42 /deskutils/kdepim44
parent32ac35945b013d3f994aa1b7f67bd1577f8c8e4e (diff)
downloadfreebsd-ports-gnome-0097c2195f7b988f9837b0e715f7bba34ada6d98.tar.gz
freebsd-ports-gnome-0097c2195f7b988f9837b0e715f7bba34ada6d98.tar.zst
freebsd-ports-gnome-0097c2195f7b988f9837b0e715f7bba34ada6d98.zip
If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also add
--enable-debug and turn off stripping of binaries so we actually get all the debugging we're supposed to get. :) Submitted by: Alan Eldridge <alane@geeksrus.net>
Diffstat (limited to 'deskutils/kdepim44')
-rw-r--r--deskutils/kdepim44/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/kdepim44/Makefile b/deskutils/kdepim44/Makefile
index e6aa838e6de1..875c0386e052 100644
--- a/deskutils/kdepim44/Makefile
+++ b/deskutils/kdepim44/Makefile
@@ -34,6 +34,9 @@ CONFIGURE_ARGS+=--enable-final
.endif
.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG)
CONFIGURE_ARGS+=--disable-debug
+.else
+CONFIGURE_ARGS+=--enable-debug
+STRIP=''
.endif
QTCPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib
QTLDFLAGS= ${QTCPPFLAGS}
>Matthew Barnes2010-10-041-27/+25 * Bug 626066 (again) - work around NSS bug #595861David Woodhouse2010-09-151-7/+21 * Bug 626066 - log in to NSS database on demand for changing trustDavid Woodhouse2010-09-144-12/+41 * Coding style cleanups.Matthew Barnes2010-09-1310-297/+297 * Bug 626066 - log in to NSS database before invoking certificate managerDavid Woodhouse2010-09-131-1/+6 * Bug 616073 - Various translation issuesMatthew Barnes2010-09-111-1/+1 * Coding style and whitespace cleanup.Matthew Barnes2010-08-291-238/+291 * Whitespace and coding style cleanup.Matthew Barnes2010-08-141-1/+0 * Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-112-14/+12 * Bug 624237 - Fails to start when smartcard is insertedMatthew Barnes2010-07-141-2/+10 * Coding style and whitespace cleanup.Matthew Barnes2010-07-121-2/+2 * Fix some linking issues.Matthew Barnes2010-07-111-0/+2 * Coding style and whitespace cleanup.Matthew Barnes2010-06-201-1/+0 * Fix build breakage.Matthew Barnes2010-06-141-0/+2 * Bug #619218 - Should select imported certificate when succeededMilan Crha2010-06-123-47/+400 * Bug 585301 - Use camel_init() to initialize NSS consistentlyDavid Woodhouse2010-06-111-53/+6 * Bug 585301 - Use NSS SQLite database, if availableCraig Ringer2010-05-301-11/+34 * Bug #304415 - Allow change of signature hash algorithmMilan Crha2010-05-201-0/+9 * Miscellaneous string fixesPhilip Withnall2010-04-181-1/+1 * Bug 592986 - Preferences window shows some buttons on iconsMatthew Barnes2010-04-181-150/+27 * Open and save smime-ui.ui in Glade 3.Matthew Barnes2010-04-181-1221/+450 * Giant leap towards GSEAL compliance.Matthew Barnes2010-04-084-9/+24 * Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-031-896/+0 * Bug #325609 - Add translator comment for "%s = %s"Milan Crha2010-04-021-0/+6 * Fix mismatched quotes.Matthew Barnes2010-03-293-4/+4 * Coding style and whitespace cleanup.Matthew Barnes2010-01-311-20/+20 * Remove dead assignments found by clang.Matthew Barnes2010-01-163-5/+3 * Coding style and whitespace cleanup.Matthew Barnes2010-01-051-62/+68 * Coding style and whitespace cleanup.Matthew Barnes2010-01-043-9/+21 * Compiler and linker flag cleanups.Matthew Barnes2009-12-283-0/+5 * Bug #604761 - Select certificate doesn't workMilan Crha2009-12-171-114/+97 * Bug #603342 - Memory leak fixesMilan Crha2009-12-153-6/+26 * Remove markup from translatable strings in ui filesClaude Paroz2009-11-171-16/+32 * BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-17