pkgsrc/misc/9menu/patches/patch-aa
agc 79c6c4b3ea Update to version 1.6 of 9menu.
The main differences to the package itself seem to be in its packaging.

Main changes to the package:
	Correct the comment.
	Make this much more portable to other pkgsrc platforms
	Generalise for X11 locations other than /usr/X11R6.
	Use a do-install target in the package Makefile
	Let pkgsrc do any manual page manipulation
2003-06-04 08:50:12 +00:00

16 lines
361 B
Text

$NetBSD: patch-aa,v 1.2 2003/06/04 08:50:13 agc Exp $
--- Makefile.noimake 2003/06/04 08:23:07 1.1
+++ Makefile.noimake 2003/06/04 08:37:56
@@ -5,9 +5,8 @@
# Arnold Robbins
# arnold@skeeve.atl.ga.us
-CC = gcc
-CFLAGS = -g -O
-LIBS = -lX11
+CFLAGS+= -I${X11BASE}/include
+LIBS = ${LDFLAGS} -lX11
9menu: 9menu.c
$(CC) $(CFLAGS) 9menu.c $(LIBS) -o 9menu