From 36022a4d015b6e76fe64890091917dd060c0b3ee Mon Sep 17 00:00:00 2001 From: mbr Date: Wed, 31 Jul 2002 22:57:55 +0000 Subject: Only use -g if $debug is true. I'll suggest this also to the OO.org people. It would make sence to have a additional GMAKECFLAGS in solvenv, which could contain a basic CFLAGS configuration. We cannot use $CFLAGS cause there are dmake specific things in it. --- .../files/patch-freetype+makefile.mk | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'editors/openoffice.org-vcltesttool') diff --git a/editors/openoffice.org-vcltesttool/files/patch-freetype+makefile.mk b/editors/openoffice.org-vcltesttool/files/patch-freetype+makefile.mk index 1e5e5bf12c6b..9c238f45b04d 100644 --- a/editors/openoffice.org-vcltesttool/files/patch-freetype+makefile.mk +++ b/editors/openoffice.org-vcltesttool/files/patch-freetype+makefile.mk @@ -1,6 +1,19 @@ ---- ../freetype/makefile.mk.orig Tue Mar 5 15:43:54 2002 -+++ ../freetype/makefile.mk Tue Mar 5 15:43:56 2002 -@@ -90,7 +90,7 @@ +--- ../freetype/makefile.mk.orig Tue Feb 26 12:21:37 2002 ++++ ../freetype/makefile.mk Thu Aug 1 00:51:46 2002 +@@ -79,7 +79,11 @@ + #relative to CONFIGURE_DIR + CONFIGURE_ACTION=$(GNUMAKE) + .IF "$(GUI)"=="UNX" +-CONFIGURE_FLAGS=setup ++.IF "$(debug)"=="" ++CONFIGURE_FLAGS=setup CFLAGS="-O" ++.ELSE # "$(debug)"=="" ++CONFIGURE_FLAGS=setup CFLAGS="-O -g -ggdb" ++.ENDIF # "$(debug)"=="" + .ELSE # "$(GUI)"=="UNX" + CONFIGURE_FLAGS=setup visualc + .ENDIF # "$(GUI)"=="UNX" +@@ -90,7 +94,7 @@ .IF "$(GUI)"=="UNX" OUT2LIB= \ objs$/.libs$/libfreetype.a \ -- cgit FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/ruby-frontbase
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21