--- build/gmake/Makefile.orig Sun Jan 21 21:20:58 2007 +++ build/gmake/Makefile Sat Feb 3 17:35:37 2007 @@ -58,8 +58,8 @@ PROJECT=tidy # Installation variables. Spaces OK, only dir create and file copy operations. -runinst_prefix=/usr/local -devinst_prefix=/usr/local +runinst_prefix=${PREFIX} +devinst_prefix=${PREFIX} bininst = ${runinst_prefix}/bin libinst = ${devinst_prefix}/lib @@ -67,7 +67,7 @@ maninst = ${devinst_prefix}/man # Internal variables. - No spaces allowed: libtool chokes on spaces in directory names. -TOPDIR = ../.. +TOPDIR = . INCDIR = ${TOPDIR}/include APPDIR = ${TOPDIR}/console SRCDIR = ${TOPDIR}/src @@ -90,8 +90,8 @@ # CFLAGS etc.. # For optimised builds, flags such as "-O2" should be added and -D_DEBUG=1 # disabled. -CC= gcc -CFLAGS= -g -pedantic -Wall -Wno-switch -Wno-parentheses -I $(INCDIR) +#CC= gcc +CFLAGS+= -g -pedantic -Wall -Wno-switch -Wno-parentheses -I $(INCDIR) -fPIC # flags only supported with gcc 3.x CFLAGS += -Wunused-parameter '/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pbasic/files
Commit message (Expand)AuthorAgeFilesLines