diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2000-03-27 13:14:14 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2000-03-27 13:14:14 +0000 |
commit | e4f8d56850ceff4b3409ac5e80cdd763b1015d28 (patch) | |
tree | b6906bd5049d77b08e6bcf068de13c65cb3ece9c /editors/nedit/files/patch-ac | |
parent | Change from http://jpilot.linuxbox.com/ to http://jpilot.linuxave.net/. (diff) |
Updates from Maxim Sobolev:
+ CFLAGS received appropriate respect
+ X11BASE now used insted of PREFIX in -I and -L compiler directives
+ pkg/DESCR slightly modified to reflect Nedit's LessTif frindiness
PR: ports/17457
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Notes
Notes:
svn path=/head/; revision=27082
Diffstat (limited to 'editors/nedit/files/patch-ac')
-rw-r--r-- | editors/nedit/files/patch-ac | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/nedit/files/patch-ac b/editors/nedit/files/patch-ac new file mode 100644 index 000000000000..2ed59bcf2bd0 --- /dev/null +++ b/editors/nedit/files/patch-ac @@ -0,0 +1,21 @@ +*** makefiles/Makefile.freebsd.orig Sun Dec 12 09:07:47 1999 +--- makefiles/Makefile.freebsd Mon Mar 27 07:49:08 2000 +*************** +*** 1,8 **** +! CC=cc +! AR=ar + + # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS +! 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,8 ---- +! CC?=cc +! AR?=ar + + # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS +! 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 |