From 17932b5ba09a2af863827b0694a61a52332374ed Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 24 Sep 2000 18:10:41 +0000 Subject: ELF shlib fix --- editors/nedit/patches/patch-aa | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 editors/nedit/patches/patch-aa (limited to 'editors/nedit/patches') diff --git a/editors/nedit/patches/patch-aa b/editors/nedit/patches/patch-aa new file mode 100644 index 00000000000..40a5ad1a76f --- /dev/null +++ b/editors/nedit/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.4 2000/09/24 18:10:43 hubertf Exp $ + +--- makefiles/Makefile.netbsd.orig Sun Sep 24 14:06:09 2000 ++++ makefiles/Makefile.netbsd +@@ -2,8 +2,8 @@ + AR=ar + + # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS +-CFLAGS=-O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD ++CFLAGS+=-O -I${X11BASE}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD + ARFLAGS=-ur +-LIBS= -L/usr/X11R6/lib -lm -lXm -lXpm -lXext -lXt -lSM -lICE -lX11 ++LIBS= -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lm -lXm -lXpm -lXext -lXt -lSM -lICE -lX11 + + include Makefile.common -- cgit v1.2.3