diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 05:51:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 05:51:52 +0800 |
commit | 747c94f9d6252e0fa775e93551386d614ef8ef91 (patch) | |
tree | 611c1a5f6fe68731aa5b0a4deb60840db5187051 /x11 | |
parent | c5a093f333a570b78997d820195030cb52849756 (diff) | |
download | freebsd-ports-gnome-747c94f9d6252e0fa775e93551386d614ef8ef91.tar.gz freebsd-ports-gnome-747c94f9d6252e0fa775e93551386d614ef8ef91.tar.zst freebsd-ports-gnome-747c94f9d6252e0fa775e93551386d614ef8ef91.zip |
Fix build on current
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmxss/files/patch-Src::Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wmxss/files/patch-Src::Makefile b/x11/wmxss/files/patch-Src::Makefile index c5f1a187b4c2..3c2c94ef54f2 100644 --- a/x11/wmxss/files/patch-Src::Makefile +++ b/x11/wmxss/files/patch-Src::Makefile @@ -24,7 +24,7 @@ +LDADD+= -lXpm -lX11 -lXext +LDADD+= -L${LOCALBASE}/lib -+NOMAN= ++NO_MAN= -.c.o: - $(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR) |