1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/astro/saoimage/files/patch-ab
Matthew Hunt 90dca13aaa Import of saoimage, a viewer for FITS files (which are used in
professional astronomy).
PR:		5805
Submitted by:	giffunip@asme.org
1998-04-17 21:27:32 +00:00

20 lines
497 B
Plaintext

*** btnlib/makefile.orig Fri Feb 20 00:05:58 1998
--- btnlib/makefile Fri Feb 20 00:24:12 1998
***************
*** 27,33 ****
press.o remote.o resize.o util.o
LIB = libbtn.a
! XLIBH = /usr/include/X11/Xlib.h
#XLIBH = /usr/openwin/share/include/X11/Xlib.h #for OpenWindows
all: $(LIB)
--- 27,33 ----
press.o remote.o resize.o util.o
LIB = libbtn.a
! XLIBH = $(X11BASE)/include/X11/Xlib.h
#XLIBH = /usr/openwin/share/include/X11/Xlib.h #for OpenWindows
all: $(LIB)