diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-31 03:25:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-31 03:25:22 +0800 |
commit | e573869349ade071a6f069903fdb54b2cdc918fb (patch) | |
tree | 7bf34e9063ceaeb4efe167ad01135a59df3710e6 /x11 | |
parent | 46e90b128b00383841955fc7b72479211ff02891 (diff) | |
download | freebsd-ports-gnome-e573869349ade071a6f069903fdb54b2cdc918fb.tar.gz freebsd-ports-gnome-e573869349ade071a6f069903fdb54b2cdc918fb.tar.zst freebsd-ports-gnome-e573869349ade071a6f069903fdb54b2cdc918fb.zip |
- Update to 2.6.2
- Remove CMAKE_BUILD_TYPE [1]
CMAKE_BUILD_TYPE only affects compiler FLAGS and linking with specific
library versions (debug |optimized | general).
In our case external libraries reside in other ports and only install
one version (no separate debug/optimized). Also, the ports system
provide correct compiler flags (-g and no optimizations when WITH_DEBUG
is used). Thus, cmake buildtypes only add extra compiler flags. Ports will
be built correctly both by default and for WITH_DEBUG case.
- Also, change WRKSRC to CONFIGURE_WRKSRC. (use CONFIGURE_WRKSRC for configure
target instead of WRKSRC)
PR: 126507 [1]
Submitted by: amdmi3@ [1]
Tested with: exp-run
Thanks to: pav/amdmi3
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qimageblitz/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/qimageblitz/Makefile b/x11/qimageblitz/Makefile index 8efe0d60cf2a..fa9e8c3747cc 100644 --- a/x11/qimageblitz/Makefile +++ b/x11/qimageblitz/Makefile @@ -20,7 +20,6 @@ USE_LDCONFIG= yes USE_QT_VER= 4 QT_COMPONENTS= gui qmake_build moc_build uic_build rcc_build USE_CMAKE= yes -CMAKE_DEBUG= yes CMAKE_VERBOSE= yes post-patch: |