summaryrefslogtreecommitdiff
path: root/misc/chord/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-09-22 12:29:19 +0000
committerwiz <wiz>2003-09-22 12:29:19 +0000
commit1f23d906a95fc1dbdd6a989d17b4561fc63d7159 (patch)
tree8dbcf8bb2811d1772fd8249ef7b53ed835c75998 /misc/chord/Makefile
parent8dbb4f41f34ba8ea592e5e58b29c956c4afac039 (diff)
downloadpkgsrc-1f23d906a95fc1dbdd6a989d17b4561fc63d7159.tar.gz
Fix build on Solaris, from Jonathan Perkin in PR 22886.
Diffstat (limited to 'misc/chord/Makefile')
-rw-r--r--misc/chord/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/chord/Makefile b/misc/chord/Makefile
index a22e618ebf1..950d28e7154 100644
--- a/misc/chord/Makefile
+++ b/misc/chord/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/17 21:48:47 grant Exp $
+# $NetBSD: Makefile,v 1.11 2003/09/22 12:29:19 wiz Exp $
# FreeBSD Id: Makefile,v 1.4 1997/04/30 03:18:06 asami Exp
#
@@ -12,6 +12,6 @@ COMMENT= Produce PS sheet-music from text input
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
-MANCOMPRESSED= yes
+CFLAGS+= -DPAPERSIZE=${PAPERSIZE}
.include "../../mk/bsd.pkg.mk"