freebsd-ports/editors/nedit/files/patch-ac
2001-10-31 18:07:28 +00:00

31 lines
1.1 KiB
Text

*** makefiles/Makefile.freebsd.orig Fri Aug 17 19:02:55 2001
--- makefiles/Makefile.freebsd Tue Oct 23 14:10:00 2001
***************
*** 1,13 ****
# $Id: Makefile.freebsd,v 1.3 2001/08/17 23:02:55 edg Exp $
! CC=cc
! AR=ar
# For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
#
# To evaluate an alternative layout for the Replace/Find dialog, add
# -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
#
! CFLAGS=-O -I${PREFIX}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DUSE_XMIM
! LIBS= ${MOTIFLIB} -L${PREFIX}/lib -lm -lXpm -lXext -lXt -lSM -lICE -lX11
include Makefile.common
--- 1,13 ----
# $Id: Makefile.freebsd,v 1.3 2001/08/17 23:02:55 edg Exp $
! CC?=cc
! AR?=ar
# For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
#
# To evaluate an alternative layout for the Replace/Find dialog, add
# -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
#
! CFLAGS+=-O -I${X11BASE}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DUSE_XMIM
! LIBS= ${MOTIFLIB} -L${X11BASE}/lib -lm -lXpm -lXext -lXt -lSM -lICE -lX11
include Makefile.common