diff options
author | proff <proff@pkgsrc.org> | 1999-04-04 03:49:22 +0000 |
---|---|---|
committer | proff <proff@pkgsrc.org> | 1999-04-04 03:49:22 +0000 |
commit | 71aaaa38a0a40eaff6d530958d9c1e9a89ce0836 (patch) | |
tree | 7b846329ca821a6f89bbc72fb27050b695213adc /lang/ucblogo/patches | |
parent | c3f4544ef68f77646d085b12d98656b5e600841a (diff) | |
download | pkgsrc-71aaaa38a0a40eaff6d530958d9c1e9a89ce0836.tar.gz |
The perils of having to entertain a pushy 8 year old :)
Diffstat (limited to 'lang/ucblogo/patches')
-rw-r--r-- | lang/ucblogo/patches/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/ucblogo/patches/patch-aa b/lang/ucblogo/patches/patch-aa new file mode 100644 index 00000000000..147f5d7cc22 --- /dev/null +++ b/lang/ucblogo/patches/patch-aa @@ -0,0 +1,16 @@ +--- makefile.in.orig Wed Jan 7 05:35:51 1998 ++++ makefile.in Mon Mar 8 02:40:41 1999 +@@ -1,10 +1,11 @@ + CC = @CC@ +-CFLAGS = @CFLAGS@ @CPPFLAGS@ @X_CFLAGS@ -O0 ++CFLAGS = @CFLAGS@ @CPPFLAGS@ @X_CFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @X_PRE_LIBS@ @X_LIBS@ @LIBS@ @X_EXTRA_LIBS@ + prefix = @prefix@ ++datadir = @datadir@ + BINDIR = $(prefix)/bin +-LIBLOC = $(prefix)/lib/logo ++LIBLOC = $(datadir)/logo + + # LIBLOC = `pwd` + |