1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11-fm/jafm/files/patch-aa
Steve Price 3d7d128287 Initial import of jafm version 0.5.
Yet another file manager.

PR:		7460
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1998-08-10 00:23:49 +00:00

30 lines
586 B
Plaintext

*** Makefile.bak Thu Oct 23 22:44:05 1997
--- Makefile Fri Jul 31 17:38:01 1998
***************
*** 11,16 ****
--- 11,17 ----
JAFMDIR=$(INSTALLDIR)/lib/jafm
ZICDIR=$(JAFMDIR)/zic
APPLDIR=$(JAFMDIR)/appl
+ QTDIR=/usr/X11R6
.SUFFIXES: .cc .o .cc.o
***************
*** 30,36 ****
MOC = ${QTDIR}/bin/moc
Cxx =g++
! INCFLAGS=-I${QTDIR}/include
CxxFLAGS= -Wall #-pipe
CFLAGS= -Wall #-pipe
OPT=-g
--- 31,37 ----
MOC = ${QTDIR}/bin/moc
Cxx =g++
! INCFLAGS=-I${QTDIR}/include/X11/qt -I${QTDIR}/include
CxxFLAGS= -Wall #-pipe
CFLAGS= -Wall #-pipe
OPT=-g