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/stamp | |
parent | a071b969bafdfc930c7ea3ee758645290eab6462 (diff) |
Notes
Diffstat (limited to 'graphics/stamp')
-rw-r--r-- | graphics/stamp/Makefile | 3 |
1 files changed, 3 insertions, 0 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 |