openbsd-ports/x11/tktable/patches/patch-aa
kevlo 328e96caf8 - Update to version 2.6
- Bump NEED_VERSION
- GNU_CONFIGURE -> CONFIGURE_STYLE
- Remove FAKE
- Add @comment to PLIST
- lib/Tktable -> share/examples/Tktable
2000-08-26 14:18:12 +00:00

12 lines
355 B
Plaintext

--- Makefile.in.orig Sat Aug 26 04:02:43 2000
+++ Makefile.in Sat Aug 26 04:03:43 2000
@@ -144,7 +144,7 @@
all: $(DLL) pkgIndex.tcl
$(DLL): $(OBJS)
- $(SHLIB_LD) -o $@ $(OBJS) $(SHLIB_CFLAGS) $(SHLIB_LD_LIBS)
+ $(SHLIB_LD) -o $@ $(OBJS) $(SHLIB_LD_LIBS)
# The megawish builds may not work anymore - I don't use anything but
# extensions nowadays.