diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2023-06-26 17:13:23 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2023-06-26 17:25:25 +0000 |
commit | 47572e0750d76b5dc7e8b50c99f77d641af9597e (patch) | |
tree | 504929673c2f73c1af4f1498bbe400b7512e9a7d | |
parent | c0e044bc3d5f6e9787b89ebf571a8324a6de8e73 (diff) | |
download | ports-47572e0750d76b5dc7e8b50c99f77d641af9597e.tar.gz ports-47572e0750d76b5dc7e8b50c99f77d641af9597e.zip |
x11-toolkits/fox14: Fix build with llvm16
While here, mark as DEPRECATED and set EXPIRATION date to
2023-07-26. This is an ancient version of the FOX toolkit released in
2006 and has long been a leaf port.
-rw-r--r-- | x11-toolkits/fox14/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index cf7c0f9c09d1..5dc149d40ce9 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -14,6 +14,9 @@ WWW= http://www.fox-toolkit.org/fox.html LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Obsolete leaf port, use x11-toolkits/fox(16|17) instead +EXPIRATION_DATE= 2023-07-26 + LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff @@ -27,6 +30,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-opengl=yes \ --bindir=${PREFIX}/bin/${PORTNAME}-${MAJORVER} \ --enable-threadsafe +CXXFLAGS+= -Dregister= USE_LDCONFIG= yes PORTDOCS= * |