diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-02-18 01:35:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-02-18 01:35:50 +0000 |
commit | 35be1648bba19ecbc1f902bb2abc8ccf160bcd56 (patch) | |
tree | 908234b43f9078f2393880151dbde803e2a8b1cb /graphics | |
parent | a071b969bafdfc930c7ea3ee758645290eab6462 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/stamp/Makefile | 3 | ||||
-rw-r--r-- | graphics/tumble/Makefile | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile index f204fbf0da96..f81e8a5f1dad 100644 --- a/graphics/stamp/Makefile +++ b/graphics/stamp/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Adds a graphical, configurable timestamp to a grayscale image +BROKEN_FreeBSD_13= ld: error: duplicate symbol: DefaultNetbuf +BROKEN_FreeBSD_14= ld: error: duplicate symbol: DefaultNetbuf + USES= jpeg GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/graphics/tumble/Makefile b/graphics/tumble/Makefile index 19236fd3a7e2..ec479c60c209 100644 --- a/graphics/tumble/Makefile +++ b/graphics/tumble/Makefile @@ -12,7 +12,9 @@ COMMENT= Creates a PDF file from image files LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -NOT_FOR_ARCHS= powerpc sparc64 +BROKEN_FreeBSD_13= ld: error: duplicate symbol: blank_handler +BROKEN_FreeBSD_14= ld: error: duplicate symbol: blank_handler +NOT_FOR_ARCHS= powerpc sparc64 NOT_FOR_ARCHS_REASON= Only works on little endian systems LIB_DEPENDS= libtiff.so:graphics/tiff \ |