diff options
author | deischen <deischen@FreeBSD.org> | 2000-03-27 21:14:14 +0800 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2000-03-27 21:14:14 +0800 |
commit | 9ccd5dffb1f51a26a0a7fadc74325473bf378675 (patch) | |
tree | 9574bc7d840c94b004c0d75c7e17e7484f7d5a89 /editors | |
parent | bece8905b018495fd6b9003f3a21931c54c66d29 (diff) | |
download | freebsd-ports-gnome-9ccd5dffb1f51a26a0a7fadc74325473bf378675.tar.gz freebsd-ports-gnome-9ccd5dffb1f51a26a0a7fadc74325473bf378675.tar.zst freebsd-ports-gnome-9ccd5dffb1f51a26a0a7fadc74325473bf378675.zip |
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>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nedit/files/patch-ac | 21 | ||||
-rw-r--r-- | editors/nedit/pkg-descr | 3 |
2 files changed, 23 insertions, 1 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 diff --git a/editors/nedit/pkg-descr b/editors/nedit/pkg-descr index b36778cba6df..6e9f83ee4cf0 100644 --- a/editors/nedit/pkg-descr +++ b/editors/nedit/pkg-descr @@ -7,6 +7,7 @@ to which the users of modern GUI based environments are accustomed. For users of older style Unix editors, welcome to the world of mouse-based editing! -This port requires Motif to build. +This port requires Motif to build, however it works reasonably well +with the free Motif clone LessTif. WWW: http://www.nedit.org |