patch-libframe_Makefile 870 B

123456789101112131415161718192021222324252627282930
  1. $OpenBSD: patch-libframe_Makefile,v 1.1 2002/11/04 10:28:56 markus Exp $
  2. --- libframe/Makefile.orig Wed Oct 30 21:05:48 2002
  3. +++ libframe/Makefile Wed Oct 30 21:05:50 2002
  4. @@ -8,22 +8,21 @@
  5. #
  6. # Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified
  7. # if your compiler supports posix-compatible compilation
  8. -OS=-DIRIX5 -ansiposix
  9. +OS=-D_POSIX_SOURCE -DSOLARIS
  10. # add -Iincludedir for any include directories that need to be searched
  11. # for posix header files (for UMIPS, add -I/usr/include/posix)
  12. INCS=-I../include
  13. # add name of library orderer - use ":" if none exists
  14. -RANLIB=:
  15. +RANLIB=ranlib
  16. # add name of library
  17. AR=ar
  18. -CFLAGS=-c $(OS) $(INCS) -D_LIBXG_EXTENSION
  19. +CFLAGS+=-c $(OS) $(INCS) -D_LIBXG_EXTENSION
  20. LIB=libframe.a
  21. -CC=cc
  22. OBJ=frbox.o frdelete.o frdraw.o frinit.o frinsert.o frptofchar.o\
  23. frselect.o frstr.o frutil.o misc.o