diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2026-04-08 03:40:57 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2026-04-08 13:51:50 +0000 |
| commit | fa43a93555ef08544bc2139af3411e00797c70dd (patch) | |
| tree | dad4e313ada3e06ba61079c79e35eef36ae510ae | |
| parent | a1bbde07f7e4065a92ab5f06a2041f2ab4b6757a (diff) | |
| -rw-r--r-- | x11/cde-devel/Makefile | 3 | ||||
| -rw-r--r-- | x11/cde/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/cde-devel/Makefile b/x11/cde-devel/Makefile index 20f8dd4871e7..1c11bff3b135 100644 --- a/x11/cde-devel/Makefile +++ b/x11/cde-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= cde PORTVERSION= ${COMMIT_DATE} +PORTREVISION= 1 CATEGORIES= x11 .if !defined(MASTERDIR) PKGNAMESUFFIX= -devel @@ -62,7 +63,7 @@ MAKE_ARGS+= PERL=${PERL} "LOCAL_LDFLAGS=${LDFLAGS}" MAKE_JOBS_UNSAFE=yes MAKE_ENV= MALLOC_CONF=junk:false SUB_FILES= pkg-message -CFLAGS+= -Wno-register -Wno-incompatible-function-pointer-types \ +CFLAGS+= -O -Wno-register -Wno-incompatible-function-pointer-types \ -Wno-implicit-function-declaration LDFLAGS+= -z muldefs #--allow-multiple-definition diff --git a/x11/cde/Makefile b/x11/cde/Makefile index ac1c288a69ff..f662564795f5 100644 --- a/x11/cde/Makefile +++ b/x11/cde/Makefile @@ -1,5 +1,6 @@ PORTNAME= cde DISTVERSION= 2.5.3 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/cdesktopenv/src/ @@ -52,7 +53,7 @@ MAKE_ARGS+= PERL=${PERL} "LOCAL_LDFLAGS=${LDFLAGS}" MAKE_JOBS_UNSAFE=yes MAKE_ENV= MALLOC_CONF=junk:false SUB_FILES= pkg-message -CFLAGS+= -Wno-register -Wno-incompatible-function-pointer-types \ +CFLAGS+= -O -Wno-register -Wno-incompatible-function-pointer-types \ -Wno-implicit-function-declaration LDFLAGS+= -z muldefs #--allow-multiple-definition LDFLAGS+= -lutil |
