diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 23:21:13 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 23:21:13 +0800 |
commit | a0bcd2cf684ff6bc2faf242e6678282f20a3ee44 (patch) | |
tree | a5029ff30555b3a7ee0621f4dd5aacb832fde1d8 /x11-wm | |
parent | b7fb6d6f05e67910c9ecd4b0e0e1e0a130f8f54f (diff) | |
download | freebsd-ports-gnome-a0bcd2cf684ff6bc2faf242e6678282f20a3ee44.tar.gz freebsd-ports-gnome-a0bcd2cf684ff6bc2faf242e6678282f20a3ee44.tar.zst freebsd-ports-gnome-a0bcd2cf684ff6bc2faf242e6678282f20a3ee44.zip |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/muffin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index bfd7224d7e9f..a4704b30720d 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -31,7 +31,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=unused-function CFLAGS+= -I${LOCALBASE}/include -Wno-error=unused-function LDFLAGS+= -L${LOCALBASE}/lib -PATHFIX_MAKEFILEIN= Makefile.am CONFIGURE_ENV= LIBS="-lexecinfo" CONFIGURE_ARGS= --enable-compile-warnings=maximum MAKE_ARGS= V=1 |