summaryrefslogtreecommitdiff
path: root/sfml
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-12-07 00:04:27 +0000
committerTim Biermann <tbier@posteo.de>2020-12-07 00:09:03 +0000
commite9a370bf64aef3075161171b0bbfd78be547427a (patch)
treee09cdfe07c89bd0eef7697aeb3203926e3a463f4 /sfml
parentfccaa4f7b43881614d79f15d16e58729320cfd57 (diff)
downloadcontrib-e9a370bf64aef3075161171b0bbfd78be547427a.tar.gz
contrib-e9a370bf64aef3075161171b0bbfd78be547427a.tar.xz
sfml: fixed cmake flags
Diffstat (limited to 'sfml')
-rw-r--r--sfml/.signature4
-rw-r--r--sfml/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sfml/.signature b/sfml/.signature
index 758e2571a..5d66f4553 100644
--- a/sfml/.signature
+++ b/sfml/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3/kjcmZU6Ta7J9urNw/yuA80qtMGu7JSxO8Pyq/DaX4JbrvUl6+KExBp+IQsETB5rXft50alWTNMczbw0uokKAc=
-SHA256 (Pkgfile) = e804f1ebedab3bbc296dbcbd0a7eab917c58a770e6ac56f70bc477271523cdad
+RWSagIOpLGJF3wjdD1a0RYQx0BspKCfCGjTEhfUPpgwJSszkMpsco13chlfbQSu4DA5DHl4u97Q+GI8XxZcwEz6EBYjZM78tjgI=
+SHA256 (Pkgfile) = 77ce8c717b70d36a4e0cd3f8351504eb498eea92554daa5b6bfdc84a329fce84
SHA256 (.footprint) = b120eedbfb83112e81f89ca90ce8b5daa2e8e8afcead6bf8934e55e235e0e236
SHA256 (SFML-2.5.1-sources.zip) = bf1e0643acb92369b24572b703473af60bac82caf5af61e77c063b779471bb7f
diff --git a/sfml/Pkgfile b/sfml/Pkgfile
index aeadb9b19..714f5b31e 100644
--- a/sfml/Pkgfile
+++ b/sfml/Pkgfile
@@ -12,8 +12,8 @@ build() {
cmake -S SFML-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
- -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS -DNDEBUG" \
- -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \
+ -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
+ -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D SFML_INSTALL_PKGCONFIG_FILES=1 \
-D SFML_USE_SYSTEM_DEPS=ON \
-D SFML_BUILD_EXAMPLES=0 \

Generated by cgit