mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
00114700d0
- make configure script work (Louis) - make configure.batch script work (Andreas) - extract contributed HP8XX driver in ${WRKSRC}/src - make png driver compile (add $(PREFIX)/include to XINCLUDE variable) Dunno, if this will be the last round of cleanups... Submitted by: "Louis A. Mamakos" <louie@TransSys.COM>
12 lines
384 B
Plaintext
12 lines
384 B
Plaintext
--- src/contrib.mak.orig Sat Mar 25 21:15:07 2000
|
|
+++ src/contrib.mak Sat Mar 25 21:15:58 2000
|
|
@@ -343,7 +343,7 @@
|
|
$(SETPDEV) $(DD)coslw2p $(coslw_)
|
|
|
|
$(DD)coslwxl.dev : $(coslw_) $(DD)page.dev
|
|
- $(SETPDEV) ($DD)coslwxl $(coslw_)
|
|
+ $(SETPDEV) $(DD)coslwxl $(coslw_)
|
|
|
|
$(GLOBJ)gdevcslw.$(OBJ) : $(GLSRC)gdevcslw.c $(PDEVH)
|
|
$(GLCC) $(GLO_)gdevcslw.$(OBJ) $(C_) $(GLSRC)gdevcslw.c
|